aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-29 15:10:44 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-29 15:10:44 +0000
commit12538c32961af3bf95e267adfc523e5775744294 (patch)
treeb875807c6b008e515aad18d358ad82b28305bb3c /ChangeLog
parent90228f9a86df1c312f3af121235195f4f9ece79a (diff)
downloadruby-12538c32961af3bf95e267adfc523e5775744294.tar.gz
* ext/-test-/auto_ext.rb: fixed a heedless bug introduced at r55198.
this change will make RubyCI green. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55204 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 ae44e78314..894a671f39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 30 00:09:37 2016 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/-test-/auto_ext.rb: fixed a heedless bug introduced at r55198.
+ this change will make RubyCI green.
+
Sun May 29 22:58:19 2016 NARUSE, Yui <naruse@ruby-lang.org>
* regexec.c (ONIGENC_IS_MBC_ASCII_WORD): redefine optimized one.