From 83a531ed5b6d2cc2048cdfb5564b9fc22547f5ce Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 19 Apr 2005 17:05:54 +0000 Subject: Fixed frivilous database queries being triggered with eager loading on empty associations and other things git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1232 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index d5e35604f3..0194feb3fb 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *1.10.1* (20th April, 2005) +* Fixed frivilous database queries being triggered with eager loading on empty associations and other things + * Fixed order of loading in eager associations * Fixed stray comma when using eager loading and ordering together from has_many associations #1143 -- cgit v1.2.3