From 998c65bdae58de88d5de50d85fbac816bfec4bf3 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Wed, 27 Jul 2016 17:47:58 -0700 Subject: [PATCH] fixed release notes --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9685e10be5..0ffe1acc0f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -4,8 +4,8 @@ Noteworthy changes in official, stable releases of [Feathers UI](http://feathers ## 3.0.3 - July 2016 -* ImageLoader: Fixed issue where reusing the existing texture did not cause the rendered view to update when skipUnchangedFrames is false. -* Text Renderers: Fixed issue where reusing the texture(s) did not cause the rendered view to update when skipUnchangedFrames is false. +* ImageLoader: Fixed issue where reusing the existing texture did not cause the rendered view to update when skipUnchangedFrames is true. +* Text Renderers: Fixed issue where reusing the existing texture(s) did not cause the rendered view to update when skipUnchangedFrames is true. ## 3.0.2 - June 2016