From da1f9be04dd87fb59f6d0b48f2f4ab653ec3cb70 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 25 Dec 2013 13:34:04 -0500 Subject: [PATCH] Updates release notes for 0.11.0 --- RELEASE NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index 36198a5ef..854a47650 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -16,12 +16,12 @@ -**Transition**: Fixes typo in "horizontal flip out" causing opacity to be fading in +-**Popup** - Fixes popup sometimes opening and closing when ``event:click`` is used and a user double clicks + -**Modules**: Fixed error in all modules where calling invoke would modify instance outside of scope, making it impossible to access some data (for instance cached positions) from outside of module. -**Modal**: Fixes issues with modal in IE, IE11 can now use CSS animations with modals - - ### Version 0.10.3 - Dec 22, 2013 **Critical Fixes**