From f5ea6f880f365c5383d029bddc917baa82e56d55 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 25 Jul 2007 03:48:30 +0000 Subject: Perform a deep #dup on query cache results so that modifying activerecord attributes does not modify the cached attributes. [Rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7238 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 4adcfcc4df..19733ae2a6 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Perform a deep #dup on query cache results so that modifying activerecord attributes does not modify the cached attributes. [Rick] + # Ensure that has_many :through associations use a count query instead of loading the target when #size is called. Closes #8800 [lifo] * Added :unless clause to validations #8003 [monki]. Example: -- cgit v1.2.3