From b00e61aa08f34eaf6774e53f1da16410595c2153 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 19 Apr 2006 21:41:22 +0000 Subject: forgot changelog entry git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4238 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 8eab334fc6..526064e9c9 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base#count syntax, while maintaining backwards compatibility. [Rick] + * Ensure that Associations#include_eager_conditions? checks both scoped and explicit conditions [Rick] * Associations#select_limited_ids_list adds the ORDER BY columns to the SELECT DISTINCT List for postgresql. [Rick] -- cgit v1.2.3