From 9c24899ab0fad8baa4db543dd45f3d20ae95d3b3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 23 Jan 2006 05:38:02 +0000 Subject: 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 --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') 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.] -- cgit v1.2.3