aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86e66e0042..b9e8a8fb2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 15 18:44:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * string.c (single_byte_optimizable): rb_enc_mbminlen must be 1
+ when rb_enc_mbmaxlen is 1.
+
Sat Feb 16 03:43:18 2008 Tanaka Akira <akr@fsij.org>
* encoding.c (rb_enc_nth): moved to string.c.