aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-01-23 05:38:02 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-01-23 05:38:02 +0000
commit9c24899ab0fad8baa4db543dd45f3d20ae95d3b3 (patch)
tree16becf9099b0ecfcd238986f8d0fbb3b6d0fa7ea /activesupport/CHANGELOG
parent010e999092c04bd5ef9185db284a8733bc1b6ee6 (diff)
downloadrails-9c24899ab0fad8baa4db543dd45f3d20ae95d3b3.tar.gz
rails-9c24899ab0fad8baa4db543dd45f3d20ae95d3b3.tar.bz2
rails-9c24899ab0fad8baa4db543dd45f3d20ae95d3b3.zip
Fix merge and dup for hashes with indifferent access (closes #3404) [kenneth.miller@bitfield.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3468 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 2f22573f28..1d517d8862 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix merge and dup for hashes with indifferent access #3404 [kenneth.miller@bitfield.net]
+
* Fix the requires in option_merger_test to unbreak AS tests. [Sam Stephenson]
* Make HashWithIndifferentAccess#update behave like Hash#update by returning the hash. #3419, #3425 [asnem@student.ethz.ch, JanPrill@blauton.de, Marcel Molina Jr.]