From 7ce60b1ef11b978c6ed054614144dd21cf76c347 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 4 Apr 2004 05:03:00 +0000 Subject: Allow multiple --exclude options to RDoc git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f22029b8d..f52711330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Apr 4 14:01:20 2004 Dave Thomas + + * lib/rdoc/options.rb (Options::parse): Allow multiple -x options to RDoc. + Fix bug where files weren't being excluded properly + Sat Apr 3 17:11:05 2004 why the lucky stiff * ext/syck/syck.h: version 0.43. -- cgit