aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2013-11-27 02:36:10 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2013-12-04 09:27:54 -0800
commit2f1c5789c1882413df0346fec1f29eed24f37698 (patch)
tree28be2bdd24247d598146294186d7fca83f479765 /actionview
parent039f9b37b9e90e7a36b1290dbab33606ea7549ab (diff)
downloadrails-2f1c5789c1882413df0346fec1f29eed24f37698.tar.gz
rails-2f1c5789c1882413df0346fec1f29eed24f37698.tar.bz2
rails-2f1c5789c1882413df0346fec1f29eed24f37698.zip
Fixed a long-standing bug in `json_escape` that strips quotation marks
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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.