Move changelog entry to the top [ci skip]

This commit is contained in:
Rafael Mendonça França
2013-07-30 21:59:10 -03:00
parent 1463fbeafb
commit 773eca0e12

View File

@@ -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*