diff options
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r-- | activesupport/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 97b3344db0..c47cb75274 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,9 @@ +## Rails 4.0.0 (unreleased) ## + +* Fix deletion of empty directories in ActiveSupport::Cache::FileStore. + + *Charles Jones* + ## Rails 4.0.0.beta1 (February 25, 2013) ## * Prevent `DateTime#change` from truncating the second fraction, when seconds |