aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-09-05 23:33:27 +0000
committerMichael Koziarski <michael@koziarski.com>2007-09-05 23:33:27 +0000
commitbc41e8a4495590e8297c824f681532f9049cfa2e (patch)
tree5cb055125d49e8e434df4c878609fe62952d3007 /activerecord/CHANGELOG
parent491781343925dfa9edcf254e4feb25ce1e0eddd1 (diff)
downloadrails-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
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
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]