From 2f1c5789c1882413df0346fec1f29eed24f37698 Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Wed, 27 Nov 2013 02:36:10 -0800 Subject: Fixed a long-standing bug in `json_escape` that strips quotation marks --- actionview/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionview') diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index d53b321f97..65d045d1f7 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,3 +1,7 @@ +* Fixed a long-standing bug in `json_escape` that causes quotation marks to be stripped. + + *Godfrey Chan* + * `ActionView::MissingTemplate` includes underscore when raised for a partial. Fixes #13002. -- cgit v1.2.3