aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index d7c5732c11..f410394607 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,11 @@
+## unreleased ##
+
+* 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.
@@ -27,14 +35,9 @@
*Andrew White*
-* 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.13 (Mar 18, 2013) ##
-
* Fix DateTime comparison with DateTime::Infinity object.
*Dan Kubb*