diff options
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 8e7bbbfd45..6908882123 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,6 +1,6 @@ -* Update String#camelize to provide feedback when wrong option is passed +* Update `String#camelize` to provide feedback when wrong option is passed - String#camelize was returning nil without any feedback when an + `String#camelize` was returning nil without any feedback when an invalid option was passed as parameter. Previously: |