aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-08-21 21:58:38 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-08-21 21:58:38 +0000
commit3566be47284053c8c7ea96bc361524147d4d1441 (patch)
tree3194118be43f849767cb34de8e9b4ed8adc4a1eb /activerecord/CHANGELOG
parent0e452bb02d7437a5e67fdb41f6a1f77289e7ddbd (diff)
downloadrails-3566be47284053c8c7ea96bc361524147d4d1441.tar.gz
rails-3566be47284053c8c7ea96bc361524147d4d1441.tar.bz2
rails-3566be47284053c8c7ea96bc361524147d4d1441.zip
Fixed that eager loading queries and with_scope should respect the :group option [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7355 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 0ee5f91532..ddbb25e9de 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Fixed that eager loading queries should respect the :group option as well [DHH]
+* 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]