aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-07-25 03:48:30 +0000
committerRick Olson <technoweenie@gmail.com>2007-07-25 03:48:30 +0000
commitf5ea6f880f365c5383d029bddc917baa82e56d55 (patch)
treeb14e2d0a722dedff18f85918c3e70b73ab6a406c /activerecord/CHANGELOG
parentd51e7f8252269492a511a9eb41f2832646a44248 (diff)
downloadrails-f5ea6f880f365c5383d029bddc917baa82e56d55.tar.gz
rails-f5ea6f880f365c5383d029bddc917baa82e56d55.tar.bz2
rails-f5ea6f880f365c5383d029bddc917baa82e56d55.zip
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
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
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: