Add CHANGELOG entry removed by mistake [ci skip]

This commit is contained in:
Rafael Mendonça França
2013-05-11 18:47:15 -03:00
parent 0549ebea22
commit e2804c62df

View File

@@ -20,6 +20,13 @@
*Dan Kubb*
* 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.
*Brett Carter*
* Fix mocha v0.13.0 compatibility. *James Mead*
* `#as_json` isolates options when encoding a hash. [Backport #8185]