aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-26 03:25:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-26 03:25:38 +0000
commiteecf8b71b9243efb07a30b14c8cdf634e7d117a6 (patch)
tree6d448fcb45334043eac3398a0c0437047f3fb939 /ChangeLog
parentae3022e434b125275d6be6a2b90c13e6f4c127d7 (diff)
downloadruby-eecf8b71b9243efb07a30b14c8cdf634e7d117a6.tar.gz
lib/optionparser.rb
* lib/optionparser.rb, lib/optparse.rb (OptParse): aliases. [ruby-core:62751] [Feature #9864] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46126 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 cc11049b79..efb57343cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 26 12:25:36 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/optionparser.rb, lib/optparse.rb (OptParse): aliases.
+ [ruby-core:62751] [Feature #9864]
+
Mon May 26 07:59:34 2014 Tanaka Akira <akr@fsij.org>
* test/lib/minitest/unit.rb: Show Finished threads line-by-line.