aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-19 14:47:04 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-19 14:47:04 +0000
commitda3be0f3d323771b5dcfbc828375067ddc4ee611 (patch)
treeda44145a0bf440cefcf16703a9e751b74e95787e /ChangeLog
parent4b645dc8f3cb6c3a58ccd9b85962f743399dc797 (diff)
downloadruby-da3be0f3d323771b5dcfbc828375067ddc4ee611.tar.gz
* ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSON
text SHALL be encoded in Unicode. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65670e074c..0a2f800698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 19 23:46:35 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSON
+ text SHALL be encoded in Unicode.
+
Thu Jun 19 23:17:56 2008 Yusuke Endoh <mame@tsg.ne.jp>
* thread.c, thread_win32.c, vm_core.h: try to remove false positive of