From 5da6a9d6845661c8689fe5d15b22c1172b617122 Mon Sep 17 00:00:00 2001 From: Kevin McPhillips Date: Mon, 16 Jan 2017 13:52:57 -0500 Subject: [PATCH] CHANGELOG: Raise ArgumentError when calling transliterate on anything other than a string --- activesupport/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 0bb6b2466c..5207194fba 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -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`. -- GitLab