From 2516063f61cedf4eee36036a0b4bc9fb8c443ba1 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Sat, 11 Nov 2006 18:25:26 +0000 Subject: Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5486 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 33cce48323..f6b09c84d9 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers. Disable this with ActiveSupport::JSON.unquote_hash_key_identifiers = false if you need strict JSON compliance. [Sam Stephenson] + * Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson] * Update dependencies to delete partially loaded constants. [Nicholas Seckar] -- cgit v1.2.3