aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-06 20:14:50 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-06 20:14:50 -0300
commitb5830d168b935f2008bc38771b818f79c9aac040 (patch)
tree937b6b1234dcbf6e5cc8d0c7830c80398206721c /activesupport
parenta72a0eb85b34a2a8d416245b98fd96579eb29cc1 (diff)
downloadrails-b5830d168b935f2008bc38771b818f79c9aac040.tar.gz
rails-b5830d168b935f2008bc38771b818f79c9aac040.tar.bz2
rails-b5830d168b935f2008bc38771b818f79c9aac040.zip
New changelog entries always on the top [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index eaebe49070..79bccf6d7e 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,10 @@
## unreleased ##
+* Fix `ActiveSupport::TaggedLogging` incorrectly providing program name the same as log message
+ even when block is not provided.
+
+ *Carson Reinke*
+
* Override `Time.at` to support the passing of Time-like values when called with a single argument.
*Andrew White*
@@ -15,10 +20,6 @@
Fixes #9678.
*Andrew White*
-
-* Fix `ActiveSupport::TaggedLogging` incorrectly providing program name the same as log message even when block is not provided.
-
- *Carson Reinke*
## Rails 3.2.13 (Mar 18, 2013) ##