diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-12 05:29:47 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-12 05:29:47 +0000 |
commit | 9105cd10640c06b53536d99211ef8183b1fa7705 (patch) | |
tree | e912808a8b6a1df44017c4939a920275267ea9b4 /activesupport/CHANGELOG | |
parent | 2fe8610673e7445860830aad5e6ad49a1c99f2c5 (diff) | |
download | rails-9105cd10640c06b53536d99211ef8183b1fa7705.tar.gz rails-9105cd10640c06b53536d99211ef8183b1fa7705.tar.bz2 rails-9105cd10640c06b53536d99211ef8183b1fa7705.zip |
Fixed inflections for status, quiz, move #2056 [deirdre@deirdre.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2214 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 1d86a2a017..fd937adc5a 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed inflections for status, quiz, move #2056 [deirdre@deirdre.net] + * Added Hash#reverse_merge, Hash#reverse_merge!, and Hash#reverse_update to ease the use of default options * Added Array#to_sentence that'll turn ['one', 'two', 'three'] into "one, two, and three" #2157 [m.stienstra@fngtps.com] |