aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2012-12-21 19:35:10 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2012-12-21 19:35:10 +0100
commit95f5f8167ff86550d7fa9f5f7419cc9b38ef9704 (patch)
treed30a605ded5ac89a5c95e9e382eaa1cabf52507e /activesupport/CHANGELOG.md
parentd00f568a83a5159ed93618b1081bd17858536d1c (diff)
downloadrails-95f5f8167ff86550d7fa9f5f7419cc9b38ef9704.tar.gz
rails-95f5f8167ff86550d7fa9f5f7419cc9b38ef9704.tar.bz2
rails-95f5f8167ff86550d7fa9f5f7419cc9b38ef9704.zip
Revert "Make sure that ActiveSupport::Logger includes the Logger extensions from core_ext/logger" (some confusion over deprecation)
This reverts commit d00f568a83a5159ed93618b1081bd17858536d1c.
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index df18b7540b..1d11ae2afd 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,6 +1,6 @@
## Rails 4.0.0 (unreleased) ##
-* Make sure that ActiveSupport::Logger includes the Logger extensions from core_ext/logger.
+* Add ActiveSupport::Logger#silence that works the same as the old Logger#silence extension.
*DHH*