diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-08-31 01:56:39 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-08-31 01:56:39 +0000 |
commit | 55efae2387b0542e6f943f8a3d50290c7b06ae80 (patch) | |
tree | 0d5a738622a4b7f2ac13e4a875f7f150443d821c /activerecord/CHANGELOG | |
parent | 35ade47a30fbd10c3dddfad959a324f94569bf74 (diff) | |
download | rails-55efae2387b0542e6f943f8a3d50290c7b06ae80.tar.gz rails-55efae2387b0542e6f943f8a3d50290c7b06ae80.tar.bz2 rails-55efae2387b0542e6f943f8a3d50290c7b06ae80.zip |
Performance: absorb instantiate and initialize_with_callbacks into the Base methods.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7380 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index ddbb25e9de..9660c9641f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* 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] * Improve performance and functionality of the postgresql adapter. Closes #8049 [roderickvd] |