aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index c280a782c0..c47cb75274 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,10 +1,11 @@
## Rails 4.0.0 (unreleased) ##
+* Fix deletion of empty directories in ActiveSupport::Cache::FileStore.
+
+ *Charles Jones*
## Rails 4.0.0.beta1 (February 25, 2013) ##
-* Fix deletion of empty directories in ActiveSupport::Cache::FileStore. *Charles Jones*
-
* Prevent `DateTime#change` from truncating the second fraction, when seconds
do not need to be changed.