1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

no need for a CHANGELOG entry. [ci skip].

This commit is contained in:
Yves Senn 2013-10-30 18:21:56 +01:00
parent d0ea5c5b20
commit ea296fcc2b

View file

@ -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*