aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2012-12-21 19:15:36 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2012-12-21 19:15:36 +0100
commitf914454f3af46a011d2ea627925cadea73f62e92 (patch)
treed30a605ded5ac89a5c95e9e382eaa1cabf52507e /activesupport/CHANGELOG.md
parente0176bf7327c088ddc995d7306e72820a2713698 (diff)
downloadrails-f914454f3af46a011d2ea627925cadea73f62e92.tar.gz
rails-f914454f3af46a011d2ea627925cadea73f62e92.tar.bz2
rails-f914454f3af46a011d2ea627925cadea73f62e92.zip
Add ActiveSupport::Logger#silence that works the same as the old Logger#silence extension
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 3913b6ee1c..1d11ae2afd 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Add ActiveSupport::Logger#silence that works the same as the old Logger#silence extension.
+
+ *DHH*
+
* Remove surrogate unicode character encoding from `ActiveSupport::JSON.encode`
The encoding scheme was broken for unicode characters outside the basic multilingual plane;
since json is assumed to be `UTF-8`, and we already force the encoding to `UTF-8`,