Updated Branches: refs/heads/develop 64c0f1afb -> 108f1efbe
Updated to added another issue comment. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/108f1efb Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/108f1efb Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/108f1efb Branch: refs/heads/develop Commit: 108f1efbeac6bd9d0e217a5c2718c576aeb5b615 Parents: 64c0f1a Author: Mark Kessler <[email protected]> Authored: Fri Sep 13 21:08:45 2013 -0400 Committer: Mark Kessler <[email protected]> Committed: Fri Sep 13 21:08:45 2013 -0400 ---------------------------------------------------------------------- RELEASE_NOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/108f1efb/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index c590205..ed0f7c5 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -38,7 +38,7 @@ SDK Changes ------------- - 120 and 640 dpi mobile resolution/skin support, fixes to 480dpi skins. - mx:AdvancedDataGrid and mx:DataGrid speed improvements. -- Added column sort type access to the datagrid columns in mx:Datagrid and s:Datagrid. +- Added column sort type access to the datagrid columns in mx:Datagrid, s:Datagrid, and mx:AdvancedDataGrid. - Able to easily change mx:AdvancedDataGrid row and column item renderer spanning. - s:DataGridEditor will now be visible in ASDocs and be visible in the Tag inspector. - Minor changes to make SDK compile with Falcon compiler. @@ -60,6 +60,7 @@ FLEX-33714 Falcon compiler is stricter with ++ and -- operator on constants. FLEX-33712 DataGrid with itemRenderer Drag and Drop error FLEX-33710 spark DataGrid isCellEditable is missing index bounds check FLEX-33705 DataGridDragProxy created item renderer without a reference to the column +FLEX-33702 DataGrid columns unable to specify sorting internal compare functions used. FLEX-33698 Shift Return creates new ParagraphElement FLEX-33692 Spark button border issue FLEX-33689 Flex Library project unit tests creates invalid FlexUnitApplication.mxml
