aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-30 21:59:10 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-30 21:59:10 -0300
commit773eca0e12af14cbd52f71fff9387e6abcfc4f1f (patch)
tree2ba9540d9c3cc103d11325504d61ef28886dab3e /activesupport
parent1463fbeafb7b86e848a029407dc0719f89c1e216 (diff)
downloadrails-773eca0e12af14cbd52f71fff9387e6abcfc4f1f.tar.gz
rails-773eca0e12af14cbd52f71fff9387e6abcfc4f1f.tar.bz2
rails-773eca0e12af14cbd52f71fff9387e6abcfc4f1f.zip
Move changelog entry to the top [ci skip]
Diffstat (limited to 'activesupport')
-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*