diff options
author | Michael Koziarski <michael@koziarski.com> | 2007-09-05 23:33:27 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2007-09-05 23:33:27 +0000 |
commit | bc41e8a4495590e8297c824f681532f9049cfa2e (patch) | |
tree | 5cb055125d49e8e434df4c878609fe62952d3007 | |
parent | 491781343925dfa9edcf254e4feb25ce1e0eddd1 (diff) | |
download | rails-bc41e8a4495590e8297c824f681532f9049cfa2e.tar.gz rails-bc41e8a4495590e8297c824f681532f9049cfa2e.tar.bz2 rails-bc41e8a4495590e8297c824f681532f9049cfa2e.zip |
Add credit where due. References #8446
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7410 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 61b6b67b07..768dfe93ac 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,6 @@ *SVN* -* Fix bug where unserializing an attribute attempts to modify a frozen @attributes hash for a deleted record. [Rick] +* Fix bug where unserializing an attribute attempts to modify a frozen @attributes hash for a deleted record. [Rick, marclove] * Performance: absorb instantiate and initialize_with_callbacks into the Base methods. [Jeremy Kemper] |