From 51977bc261f83091a31c7f3d6f8dbd59cec1d2a3 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Tue, 4 Sep 2007 17:32:48 +0000 Subject: Fix bug where unserializing an attribute attempts to modify a frozen @attributes hash for a deleted record. [Rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7406 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 9660c9641f..61b6b67b07 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix bug where unserializing an attribute attempts to modify a frozen @attributes hash for a deleted record. [Rick] + * Performance: absorb instantiate and initialize_with_callbacks into the Base methods. [Jeremy Kemper] * Fixed that eager loading queries and with_scope should respect the :group option [DHH] -- cgit v1.2.3