aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-14 06:54:22 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-14 06:54:22 +0000
commit02dbacbeabca35eea0232e00aa455e965ac3475d (patch)
tree589f97487fa4236ebf4a8648e84e3be72905c81f /ChangeLog
parent3373c3d7758ce2a85412cbf4d1b95b05968c94ba (diff)
downloadruby-02dbacbeabca35eea0232e00aa455e965ac3475d.tar.gz
* ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.
[Feature #11082] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50490 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 55a217aeb3..377ec0b513 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 14 15:54:13 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.
+ [Feature #11082]
+
Wed May 13 17:10:37 2015 Masaki Matsushita <glass.saga@gmail.com>
* enum.c (enum_to_a): revert r50457.