aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
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*