You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/11/08 00:46:28 UTC

git commit: [flex-sdk] [refs/heads/develop] - Updated release notes with recent changes

Updated Branches:
  refs/heads/develop bb6bdb47a -> d61c91cd8


Updated release notes with recent changes


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d61c91cd
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d61c91cd
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/d61c91cd

Branch: refs/heads/develop
Commit: d61c91cd833133baacb08cd38eb85a9e6ee8c99c
Parents: bb6bdb4
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Nov 8 10:46:12 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Nov 8 10:46:12 2013 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d61c91cd/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 3b95b6c..6dcd5c8 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -34,6 +34,7 @@ SDK Changes
 - Improved Callout for Desktop.
 - Improved UID generation performance.
 - Changed DPI to be 160 for iPad and 320 for iPad mini.
+- Improvements to Falcon MXML code generation.
 
 
 Bug Fixes
@@ -47,6 +48,9 @@ Bug Fixes
 
 JIRA Issue Number and Summary                                                                                        
 -------------------------------------------------------------------------------------------------------------------
+FLEX-33885  BindingManager#executeBindings : Avoid unneeded memory allocation
+FLEX-33878  Matrix computations : avoid unneeded flash.geom.Transform and flash.geom.Matrix allocations
+FLEX-33877  BusyCursor : Avoid unneeded Point allocations
 FLEX-33875  Runtime error #1069 in MobileSkin class on focus out
 FLEX-33871  message error "Definition spark.skins.mobile480.assets:ActionBarBackground could not be found"
 FLEX-33865  ConstraintLayout / LayoutElementHelper are memory inefficient (and slow)