From 605196c4483bbba932804e78cd6d4166f4e29bbb Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Tue, 8 Apr 2008 03:45:26 +0000 Subject: Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9238 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index d9e0635295..d0d0433883 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. [rick] + * Improve documentation. [Xavier Noria] * Modified ActiveSupport::Callbacks::Callback#call to accept multiple arguments. -- cgit v1.2.3