Skip to content

Commit

Permalink
Add CHANGELOG entry for #10576
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
rafaelfranca committed May 12, 2013
1 parent 8d3c67f commit bf8fa7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions activesupport/CHANGELOG.md
@@ -1,3 +1,10 @@
* Replace `multi_json` with `json`.

Since Rails require Ruby 1.9 and since Ruby 1.9 includes `json` in the standard library,

This comment has been minimized.

Copy link
@fxn

fxn May 12, 2013

Member

"requires" :).

This comment has been minimized.

Copy link
@rafaelfranca

rafaelfranca May 12, 2013

Author Member

Fixed

`multi_json` is no longer necessary.

*Erik Michaels-Ober*

* Added escaping of U+2028 and U+2029 inside the json encoder.
These characters are legal in JSON but break the Javascript interpreter.
After escaping them, the JSON is still legal and can be parsed by Javascript.
Expand Down

0 comments on commit bf8fa7c

Please sign in to comment.