aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-12 20:10:10 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-12 20:10:10 +0000
commit83c3f6f81a4dbb618518aac9e411cd1f675fe571 (patch)
treee0cfc508a0fdea21116f4bfb319f3f43948ab5e3 /activesupport/CHANGELOG
parent61a6a440cb8bc4694828c437fb1996db270c9ee6 (diff)
downloadrails-83c3f6f81a4dbb618518aac9e411cd1f675fe571.tar.gz
rails-83c3f6f81a4dbb618518aac9e411cd1f675fe571.tar.bz2
rails-83c3f6f81a4dbb618518aac9e411cd1f675fe571.zip
Added Hash#stringify_keys and Hash#stringify_keys!
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@586 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 dfe2639526..7a005ce970 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,5 @@
+* Added Hash#stringify_keys and Hash#stringify_keys!
+
* Added IndifferentAccess as a way to wrap a hash by a symbol-based store that also can be accessed by string keys
* Added Inflector.humanize to turn attribute names like employee_salary into "Employee salary". Used by automated error reporting in AR.