diff options
author | Fred Wu <ifredwu@gmail.com> | 2012-11-12 09:15:18 +1100 |
---|---|---|
committer | Fred Wu <ifredwu@gmail.com> | 2013-03-17 00:32:28 +1100 |
commit | 26aa26564d16b7830ea4889168adfad8468186b7 (patch) | |
tree | 5b60adcd0d0a902f40b0fb242bb79ce037d3ef38 /activesupport | |
parent | 515feb1fd61184cb14840a8f3b82ba3c388fdc3c (diff) | |
download | rails-26aa26564d16b7830ea4889168adfad8468186b7.tar.gz rails-26aa26564d16b7830ea4889168adfad8468186b7.tar.bz2 rails-26aa26564d16b7830ea4889168adfad8468186b7.zip |
Added Inflector#underscore fix to the changelog
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 9d26b8ba3e..331f6574ba 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* Fixed a bug in Inflector#underscore where acroynms are incorrectly parsed as camelCases. + + *Fred Wu* + * Fix deletion of empty directories in ActiveSupport::Cache::FileStore. *Charles Jones* |