diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index d0b67f2e44..96fcfa72c5 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 3.2.12 (unreleased) ## +* Don't run explain on slow queries for database adapters that don't support it. + Backport #6197. + + *Blake Smith* + * Revert round usec when comparing timestamp attributes in the dirty tracking. Fixes #8460. |