aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 08bab91504..53dc1374b4 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,9 +1,3 @@
-* Fix code typo in `MysqlAdapter` when `Encoding.default_internal` is set.
-
- Fixes #12647.
-
- *Yves Senn*
-
* ActiveRecord::Base#attribute_for_inspect now truncates long arrays (more than 10 elements)
*Jan Bernacki*
@@ -32,7 +26,7 @@
vendor.users.to_a # => No exception is raised
- Fixes: #12242, #9517, #10240
+ Fixes #12242, #9517, #10240.
*Paul Nikitochkin*