summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-31 15:01:07 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-31 15:01:07 +0000
commited3dedae1b1af09c79cd8041a168e0c0403d0b34 (patch)
treebe14899e10c33ac7f29f62125d0d8d4c74a32107 /ChangeLog
parentee1a685178e57213723559c544ac3ad8a61fe5c6 (diff)
* version.h: bump to 2.1.10. welcome to two-digit version!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@54456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 580615e832..31b9f36f6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr 1 00:00:31 2016 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * version.h: bump to 2.1.10. welcome to two-digit version!
+
Wed Mar 30 18:45:26 2016 Kimura Wataru <kimuraw@i.nifty.jp>
* test/ruby/test_io.rb: handled rlimit value same as r52277