From 12085ae85e6fc981aea70241fbd50a3510f8d508 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 7 Oct 2008 07:37:23 +0000 Subject: * ext/json/lib/json/pure/generator.rb (utf8_to_json): downcase the result of Unicode escape. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4bed9f0c..03a834983 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 7 16:35:41 2008 NARUSE, Yui + + * ext/json/lib/json/pure/generator.rb (utf8_to_json): + downcase the result of Unicode escape. + Mon Oct 6 16:44:52 2008 Takeyuki FUJIOKA * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix the -- cgit