FLEX-33740 UIComponent removedFromStageHandler from private to protected to allow override
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/18ce3aa9 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/18ce3aa9 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/18ce3aa9 Branch: refs/heads/develop Commit: 18ce3aa9f82eb23f6577d0c8ee2651eb03d9556b Parents: 5d86438 Author: Justin Mclean <[email protected]> Authored: Wed Sep 18 18:36:07 2013 +1000 Committer: Justin Mclean <[email protected]> Committed: Wed Sep 18 18:36:07 2013 +1000 ---------------------------------------------------------------------- RELEASE_NOTES | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/18ce3aa9/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 5c9b66f..1ef4ab0 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -43,6 +43,8 @@ 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 ---------- @@ -56,6 +58,7 @@ 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
