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/10/07 23:22:48 UTC

git commit: [flex-sdk] [refs/heads/release4.11.0] - fixed revert to release notes

Updated Branches:
  refs/heads/release4.11.0 ad7b214c5 -> c3a1552b6


fixed revert to release notes


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

Branch: refs/heads/release4.11.0
Commit: c3a1552b63823b5f728547ff7172afc4fec965b0
Parents: ad7b214
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Oct 8 08:22:29 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Oct 8 08:22:29 2013 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c3a1552b/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 0f0acd5..365a725 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -43,8 +43,11 @@ 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
 - New experimental mobile spark datagrid.
 - Updated OSMF swc to latest version (2.0)
+- Renamed experimental supportClazzes package to be supportClasses. 
 
 Compiler changes
 ------------------
@@ -70,6 +73,7 @@ FLEX-33748  TabBar shouldn't be colorized in TabNavigatorSkin
 FLEX-33741  Propagation of Escape key in mx.controls.DateField should only be stopped if the DropDown is shown
 FLEX-33739  Duplication segment of code calling MultiBitmapSource getSource(dpi)
 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