diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-11 13:05:38 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-11 13:05:38 +0000 |
commit | 2c110b825e743f62c84a0c3e247ad524a9ac81c6 (patch) | |
tree | ba98b103e0839e2bc013aa93e0ea865e328805fd /activesupport/CHANGELOG | |
parent | e505a4517387e1f628f6b2e5f6689526c7a74354 (diff) | |
download | rails-2c110b825e743f62c84a0c3e247ad524a9ac81c6.tar.gz rails-2c110b825e743f62c84a0c3e247ad524a9ac81c6.tar.bz2 rails-2c110b825e743f62c84a0c3e247ad524a9ac81c6.zip |
Added IndifferentAccess as a way to wrap a hash by a symbol-based store that also can be accessed by string keys
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@581 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 15c9b5b6ba..dfe2639526 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,3 +1,5 @@ +* 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. * Added availability of class inheritable attributes to the masses #477 [bitsweat] |