aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-15 00:53:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-15 00:53:50 +0000
commite827c334c3a03e1ad75792605c021695a5b74fd6 (patch)
tree2fffe7ceaa4d951cb26fb3ae878ea2a334003ba4 /ChangeLog
parented5401a696fe284b71c015fb4974396755354a7d (diff)
downloadruby-e827c334c3a03e1ad75792605c021695a5b74fd6.tar.gz
enc/unicode: check Unicode versions
* enc/unicode/case-folding.rb, tool/enc-unicode.rb: check if Unicode versions are consistent with each other. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55687 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 9e378c1088..2f84c120f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 15 09:53:48 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * enc/unicode/case-folding.rb, tool/enc-unicode.rb: check if
+ Unicode versions are consistent with each other.
+
Fri Jul 15 08:25:15 2016 Jeremy Evans <code@jeremyevans.net>
* string.c (STR_BUF_MIN_SIZE): reduce from 128 to 127