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

revises the CHANGELOG entry from 26aa265 [ci skip]

This commit is contained in:
Xavier Noria 2013-03-16 16:03:09 +01:00
parent 867dc1700f
commit e958eabeb1

View file

@ -1,10 +1,11 @@
## Rails 4.0.0 (unreleased) ##
* Fixed a bug in Inflector#underscore where acroynms are incorrectly parsed as camelCases.
* Fixed a bug in `ActiveSupport::Inflector#underscore` where acroynms are
incorrectly parsed as camelCases.
*Fred Wu*
* Fix deletion of empty directories in ActiveSupport::Cache::FileStore.
* Fix deletion of empty directories in `ActiveSupport::Cache::FileStore`.
*Charles Jones*