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 6b2a30999e..60e4a9c2ad 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Support aggregations in finder conditions. #10572 [Ryan Kinderman] + * Organize and clean up the Active Record test suite. #10742 [John Barnette] * Ensure that modifying has_and_belongs_to_many actions clear the query cache. Closes #10840 [john.andrews] |