Updated Branches: refs/heads/develop 18ce3aa9f -> 0d2d480cb
Revert "FLEX-33740 UIComponent removedFromStageHandler from private to protected to allow override" This reverts commit 18ce3aa9f82eb23f6577d0c8ee2651eb03d9556b. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/41ee90b8 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/41ee90b8 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/41ee90b8 Branch: refs/heads/develop Commit: 41ee90b8aada7e27c2b456e76eb62e97900a0840 Parents: 18ce3aa Author: Justin Mclean <[email protected]> Authored: Thu Sep 19 08:26:45 2013 +1000 Committer: Justin Mclean <[email protected]> Committed: Thu Sep 19 08:26:45 2013 +1000 ---------------------------------------------------------------------- RELEASE_NOTES | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/41ee90b8/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 1ef4ab0..5c9b66f 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -43,8 +43,6 @@ SDK Changes - s:DataGridEditor will now be visible in ASDocs and be visible in the Tag inspector. - Minor changes to make SDK compile with Falcon compiler. - Added access to imageDecodingPolicy in BitmapImage. -- Changes to custom skin for s:DataGrid (was changed in 4.10 but missed in release notes) -- Changed UIComponent removedFromStageHandler from private to protected to allow override Bug Fixes ---------- @@ -58,7 +56,6 @@ Bug Fixes JIRA Issue Number and Summary ------------------------------------------------------------------------------------------------------------------- FLEX-33738 ArrayCollection addAll() adds items in the wrong order -FLEX-33736 NullPointer exception in VideoDisplay FLEX-33730 RTE in Application.as line 2157 in Air simulator FLEX-33726 DateField.stringToDate returns null when inputFormat has no separators FLEX-33724 Error in mx:DataGridBase.addClipMask() when using custom item renderer and locked columns
