From 8f4e8e172f6cb1a8240b47c89ef4bc430bd7fa0e Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 26 Jan 2008 00:42:08 +0000 Subject: * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replace multi-byte string. * test/json/{test_json.rb, test_json_unicode.rb}: add magic comment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b0f3355ac..db4eda60b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Jan 26 09:41:02 2008 NARUSE, Yui + + * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replace + multi-byte string. + + * test/json/{test_json.rb, test_json_unicode.rb}: + add magic comment. + Sat Jan 26 09:30:26 2008 Nobuyoshi Nakada * include/ruby/encoding.h (rb_usascii_encindex): added prototype. -- cgit