diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-07-06 20:14:50 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-07-06 20:14:50 -0300 |
commit | b5830d168b935f2008bc38771b818f79c9aac040 (patch) | |
tree | 937b6b1234dcbf6e5cc8d0c7830c80398206721c | |
parent | a72a0eb85b34a2a8d416245b98fd96579eb29cc1 (diff) | |
download | rails-b5830d168b935f2008bc38771b818f79c9aac040.tar.gz rails-b5830d168b935f2008bc38771b818f79c9aac040.tar.bz2 rails-b5830d168b935f2008bc38771b818f79c9aac040.zip |
New changelog entries always on the top [ci skip]
-rw-r--r-- | activesupport/CHANGELOG.md | 9 |
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) ## |