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:
parent
867dc1700f
commit
e958eabeb1
1 changed files with 3 additions and 2 deletions
|
@ -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*
|
||||
|
||||
|
|
Loading…
Reference in a new issue