From 773eca0e12af14cbd52f71fff9387e6abcfc4f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 30 Jul 2013 21:59:10 -0300 Subject: Move changelog entry to the top [ci skip] --- activesupport/CHANGELOG.md | 13 ++++++++----- 1 file 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* -- cgit v1.2.3