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/05/13 01:16:10 UTC

git commit: [flex-sdk] [refs/heads/develop] - added latest fix to release notes

Updated Branches:
  refs/heads/develop aeb877eeb -> bdcc9f521


added latest fix 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/bdcc9f52
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/bdcc9f52
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/bdcc9f52

Branch: refs/heads/develop
Commit: bdcc9f52192b300a79ad6fd561e5d51b2408463a
Parents: aeb877e
Author: Justin Mclean <jm...@apache.org>
Authored: Mon May 13 09:15:57 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon May 13 09:15:57 2013 +1000

----------------------------------------------------------------------
 RELEASE_NOTES |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/bdcc9f52/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index fbfd6f7..c42271d 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -224,6 +224,7 @@ FLEX-26048         DateChooser throws #1010 error when selectableRange is empty
 FLEX-25939         NumericStepper fails to commit when value is set to NaN                                         Fixed
 FLEX-25847         Odd Long Numbers Appearing In NumericStepper                                                    Fixed
 FLEX-25622         NumberValidator doesn't handle scientific notation                                              Fixed
+FLEX-25071         removeAll() on a sorted ArrayCollection returns a RangeError: Index '-1'                        Fixed
 FLEX-24921         Nummericstepper displays icorrect values when minimum is decimal                                Fixed
 FLEX-24780         Initially I can change the selectedItem in a List programmatically, but if the event preventDe  Fixed
 FLEX-24764         Applying NumberFormatter.format() to 17.76 returns the incorrect value                          Fixed