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:
parent
f90a08c193
commit
5da6a9d684
1 changed files with 5 additions and 0 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue