aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-31 01:10:06 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-31 01:10:06 +0000
commit53733dd7239baa555b10f1c686a745885afaa193 (patch)
tree81788ca52b8aa6321a95ed6e0d91482daea05044 /ChangeLog
parent60a35bc2ded9e34e2bb8f81d702ca48a9889aa8c (diff)
downloadruby-53733dd7239baa555b10f1c686a745885afaa193.tar.gz
* string.c: Activate full Unicode case mapping for UTF-8 by removing
the protective check for the presence of an option. Update documentation. * test/ruby/enc/test_case_comprehensive.rb: Adjust tests for above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44dd365286..65befc1637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue May 31 10:10:03 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * string.c: Activate full Unicode case mapping for UTF-8 by removing
+ the protective check for the presence of an option.
+ Update documentation.
+
+ * test/ruby/enc/test_case_comprehensive.rb: Adjust tests for above change.
+
Tue May 31 00:30:11 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStr