aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2008-02-14 07:24:09 +0000
committerRick Olson <technoweenie@gmail.com>2008-02-14 07:24:09 +0000
commit8a2266c02063c1111c666c71ced7822f095ed56c (patch)
tree1420ac25830d4e1f8da1c1035369b703617f4ed0 /activerecord/CHANGELOG
parentdfa786631bb8476c8cae555ad8de5e83811dfe9d (diff)
downloadrails-8a2266c02063c1111c666c71ced7822f095ed56c.tar.gz
rails-8a2266c02063c1111c666c71ced7822f095ed56c.tar.bz2
rails-8a2266c02063c1111c666c71ced7822f095ed56c.zip
Improve associations performance by avoiding named block arguments. Closes #11109
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8865 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 6dcf02c77f..06a22f1dbf 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Improve associations performance by avoiding named block arguments. #11109 [adymo]
+
* Introduce the :readonly option to all associations. Records from the association cannot be saved. #11084 [miloops]
* Multiparameter attributes for time columns fail over to DateTime when out of range of Time [Geoff Buesing]