From 42b555dcf3d3dfc8c4b56e6bf903389f014bf05e Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Wed, 19 Dec 2012 23:08:34 -0200 Subject: Fix Action Mailer changelog indenation to match other changelogs Also some minor improvements to other changelogs. [ci skip] --- activesupport/CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 5e7121181d..3913b6ee1c 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,8 +1,9 @@ ## Rails 4.0.0 (unreleased) ## -* Remove surrogate unicode character encoding from ActiveSupport::JSON.encode + +* 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 simply pass through - the un-encoded characters. + since json is assumed to be `UTF-8`, and we already force the encoding to `UTF-8`, + simply pass through the un-encoded characters. *Brett Carter* -- cgit v1.2.3