summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-23 05:15:08 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-23 05:15:08 +0000
commit616b11e2464c160729e0bf9525f28e9574d3d1d2 (patch)
tree4fdc8a1ab86941eb13c4421f262588a87d600240 /ChangeLog
parentd11451301132d5947b3a60c2c3f4ba0c6004130b (diff)
* version.h: bump to 2.1.9. may this version be the last of 2.1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@53262 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 9ac811289b..847a30a081 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Dec 23 14:13:59 2015 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * version.h: bump to 2.1.9. may this version be the last of 2.1.
+
Wed Dec 16 21:10:03 2015 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
* ext/fiddle/handle.c: check tainted string arguments.