aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-09 03:47:14 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-09 03:47:14 +0000
commita5c3a2eb8fb863dff5407cdac5ff4e3a1095b7bc (patch)
tree33853e49272761d9913fdc353937e301571e31e0 /ChangeLog
parentfd44aa7d4c34ff38678ad7b4c786dc6ea1262919 (diff)
downloadruby-a5c3a2eb8fb863dff5407cdac5ff4e3a1095b7bc.tar.gz
* tool/mkconfig.rb: use true instead of TRUE.
* lib/getoptlong.rb: use false instead of FALSE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06a82661c0..c3c70f2049 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jul 9 12:43:09 2016 Shugo Maeda <shugo@ruby-lang.org>
+
+ * tool/mkconfig.rb: use true instead of TRUE.
+
+ * lib/getoptlong.rb: use false instead of FALSE.
+
Fri Jul 8 21:49:28 2016 Naohisa Goto <ngotogenome@gmail.com>
* thread.c (rb_wait_for_single_fd): Clean up fds.revents every time