From 6a638cc1960548c1e3bc5ceba6a56c1b274ae9b1 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 8 Nov 2008 08:17:20 +0000 Subject: * lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respond to :match. a patch from keith cascio, . [ruby-core:19730] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d5949aef3f..182ae0b6ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 8 17:15:08 2008 Yukihiro Matsumoto + + * lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respond + to :match. a patch from keith cascio, . + [ruby-core:19730] + Sat Nov 8 12:10:15 2008 Yukihiro Matsumoto * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash. -- cgit v1.2.3