From de048b100934641268ad681aa7d07571bb9130bd Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Thu, 14 Feb 2008 07:53:37 +0000 Subject: Improve associations performance by using symbol callbacks instead of string callbacks. Closes #11108 [adymo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8867 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 06a22f1dbf..fb403bf2ee 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Improve associations performance by using symbol callbacks instead of string callbacks. #11108 [adymo] + * 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] -- cgit v1.2.3