Add credit where due. References #8446

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7410 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Michael Koziarski
2007-09-05 23:33:27 +00:00
parent 4917813439
commit bc41e8a449

View File

@@ -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]