aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-01-08 21:29:47 +0000
committerMarcel Molina <marcel@vernix.org>2006-01-08 21:29:47 +0000
commit36fc181a575d2c300742a41abd45d7b1a7207288 (patch)
tree4c111de2fd513bbbdb14cef6ae4781ac83b80cde /activesupport/CHANGELOG
parentb30ccefe6f143e2c907f9cfc71b251cdd88ba7af (diff)
downloadrails-36fc181a575d2c300742a41abd45d7b1a7207288.tar.gz
rails-36fc181a575d2c300742a41abd45d7b1a7207288.tar.bz2
rails-36fc181a575d2c300742a41abd45d7b1a7207288.zip
Make HashWithIndifferentAccess#update behave like Hash#update by returning the hash. Closes #3419, #3425
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3388 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 397dc3d1ef..ef5ecc10d1 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make HashWithIndifferentAccess#update behave like Hash#update by returning the hash. #3419, #3425 [asnem@student.ethz.ch, JanPrill@blauton.de, Marcel Molina Jr.]
+
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSON strings. [Sam Stephenson]
* Add Object#with_options for DRYing up multiple calls to methods having shared options. [Sam Stephenson] Example: