aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
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) ##