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

CHANGELOG: Raise ArgumentError when calling transliterate on anything other than a string

This commit is contained in:
Kevin McPhillips 2017-01-16 13:52:57 -05:00
parent f90a08c193
commit 5da6a9d684

View file

@ -1,3 +1,8 @@
* Changed `ActiveSupport::Inflector#transliterate` to raise `ArgumentError` when it receives
anything except a string.
*Kevin McPhillips*
* Fixed bugs that `StringInquirer#respond_to_missing?` and
`ArrayInquirer#respond_to_missing?` do not fallback to `super`.