aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47d50ebece..2207520924 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ Thu Jan 24 01:00:34 2008 NARUSE, Yui <naruse@ruby-lang.org>
* encoding.{c, h} (rb_usascii_encoding): added.
+ * parse.y (parser_str_new, rb_intern3): ascii only string literal is
+ US-ASCII.
+
Wed Jan 23 23:54:40 2008 Yusuke Endoh <mame@tsg.ne.jp>
* sprintf.c: fix comment. [ruby-dev:33275]