aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2008-06-03 14:15:33 -0500
committerJoshua Peek <josh@joshpeek.com>2008-06-03 14:15:33 -0500
commit7cfa6ec8a37b70ec302f09929df5160ac42971e7 (patch)
tree3ecd1a74837cba3c74513081ce35aff84fe8e74b /activesupport/CHANGELOG
parentd54d90f2b590c763fe710482a9b993923fe03ec0 (diff)
downloadrails-7cfa6ec8a37b70ec302f09929df5160ac42971e7.tar.gz
rails-7cfa6ec8a37b70ec302f09929df5160ac42971e7.tar.bz2
rails-7cfa6ec8a37b70ec302f09929df5160ac42971e7.zip
Add more standard Hash methods to ActiveSupport::OrderedHash [#314 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index a1a3c7ac2b..a6ce37ac14 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,9 @@
*Edge*
+* Add more standard Hash methods to ActiveSupport::OrderedHash [Steve Purcell]
+
+* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [Josh Peek]
+
* Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (Danger)