From 83c3f6f81a4dbb618518aac9e411cd1f675fe571 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 12 Feb 2005 20:10:10 +0000 Subject: Added Hash#stringify_keys and Hash#stringify_keys! git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@586 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 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. -- cgit v1.2.3