summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 263a360313..aa96075e1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jan 31 22:26:13 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ string.c: ASCII-incompatible is not ASCII only
+
+ * string.c (tr_trans): ASCII-incompatible encoding strings cannot
+ be ASCII-only even if valid. [ruby-core:83056] [Bug #13950]
+
Wed Jan 31 22:24:05 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
vm.c: fetch retval iff necessary