diff options
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
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 |