From 6a90df3bafc06ad9cd9d5862738cc162419228fb Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 10 Oct 2008 08:28:19 +0000 Subject: * ext/json/ext/parser/parser.c (JSON_parse_string): associate encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0cf6d71c3..b92611f15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 10 17:26:50 2008 NARUSE, Yui + + * ext/json/ext/parser/parser.c (JSON_parse_string): + associate encoding. + Fri Oct 10 10:18:21 2008 Ryan Davis * lib/test/*: reverted back to test/unit. -- cgit