From f914454f3af46a011d2ea627925cadea73f62e92 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Dec 2012 19:15:36 +0100 Subject: Add ActiveSupport::Logger#silence that works the same as the old Logger#silence extension --- activesupport/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activesupport/CHANGELOG.md') 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`, -- cgit v1.2.3