aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-05-02 11:56:03 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-05-02 11:56:03 +0200
commit5c87c95a71a8f643bbef8c6d6773a74112b8371c (patch)
tree7dfdb858295ae7359b7685c889c97eeec2b5eb2a /activerecord
parent0591f1823b45005f4822f513d0103cfff0463fee (diff)
downloadrails-5c87c95a71a8f643bbef8c6d6773a74112b8371c.tar.gz
rails-5c87c95a71a8f643bbef8c6d6773a74112b8371c.tar.bz2
rails-5c87c95a71a8f643bbef8c6d6773a74112b8371c.zip
Enhance a bit a few changelog entries [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index e962c0978f..df73eb4484 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,19 +1,19 @@
-* Stringify all variables keys of mysql connection configuration.
+* Stringify all variable keys of mysql connection configuration.
- When `sql_mode` variable for mysql adapters set in configuration as `String`
- was ignored and overwritten by strict mode option.
+ When the `sql_mode` variable for mysql adapters is set in the configuration
+ as a `String`, it was ignored and overwritten by the strict mode option.
- Fixes #14895
+ Fixes #14895.
*Paul Nikitochkin*
* Ensure SQLite3 statements are closed on errors.
- Fixes: #13631
+ Fixes #13631.
*Timur Alperovich*
-* Give ActiveRecord::PredicateBuilder private methods the privacy they deserve
+* Give ActiveRecord::PredicateBuilder private methods the privacy they deserve.
*Hector Satre*