diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 7e2ef441fc..ce8c1558e2 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* SQLite: fix calculations workaround, remove count(distinct) query rewrite, cleanup test connection scripts. [Jeremy Kemper] + +* SQLite: count(distinct) queries supported in >= 3.2.6. #6544 [Bob Silva] + * Dynamically generate reader methods for serialized attributes. #6362 [Stefan Kaes] * Deprecation: object transactions warning. [Jeremy Kemper] |