CHANGELOG.md in activesupport-3.2.14 vs CHANGELOG.md in activesupport-3.2.15.rc1

- old
+ new

@@ -1,5 +1,17 @@ +## unreleased ## + +* Fix ActiveSupport::Cache::FileStore#cleanup to no longer rely on missing each_key method. + + *Murray Steele* + +* Add respond_to_missing? for TaggedLogging which is best practice when overriding method_missing. This permits + wrapping TaggedLogging by another log abstraction such as em-logger. + + *Wolfram Arnold* + + ## Rails 3.2.14 (Jul 22, 2013) ## * Make `Time.at_with_coercion` retain the second fraction and return local time. Fixes #11350 @@ -27,10 +39,9 @@ *Andrew White* ## Rails 3.2.13 (Mar 18, 2013) ## - * Fix DateTime comparison with DateTime::Infinity object. *Dan Kubb*