aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-12-16 23:48:24 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-12-16 23:48:24 +0000
commit05a5209f823f18e423e320f6bce4a91532c8bd03 (patch)
tree18b50ddd859036456f8c6ef8d4168d8bfd5f9f10 /activesupport/CHANGELOG
parent0fc805697564b4b730b37ea9d1400dcbaad8e323 (diff)
downloadrails-05a5209f823f18e423e320f6bce4a91532c8bd03.tar.gz
rails-05a5209f823f18e423e320f6bce4a91532c8bd03.tar.bz2
rails-05a5209f823f18e423e320f6bce4a91532c8bd03.zip
HashWithIndifferentAccess#to_hash converts to a Hash with String keys and the same default value. Fix Hash#reverse_update to be an alias for reverse_merge./script/console More thoroughly test the reverse_* methods.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5725 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 bec1edf6c1..9f5c98a1cd 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* HashWithIndifferentAccess#to_hash converts to a Hash with String keys and the same default value. [Jeremy Kemper]
+
* Fix remove_constant to correctly handle constant names of the form "::A::...". References #6720. [Nicholas Seckar]
* Fixed Array#to_xml when it contains a series of hashes (each piece would get its own XML declaration) #6610 [thkarcher/cyu]