From 52b7bb55d566d7f3311a20fb249257a1a52acb5c Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 30 Aug 2008 01:42:03 +0000 Subject: * lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT and multiple short options. [ruby-dev:36051] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ca099f8f..819a326be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Aug 30 10:41:57 2008 Nobuyoshi Nakada + + * lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT and + multiple short options. [ruby-dev:36051] + Sat Aug 30 08:59:25 2008 Nobuyoshi Nakada * include/ruby/intern.h (rb_file_s_absolute_path), -- cgit