diff options
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 7a32ac5e44..886d049de0 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix #count on a has_many :through association so that it recognizes the :uniq option. Closes #8801 [lifofifo] + * Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo] * Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifofifo] |