From e02c232c128f64bc7c3514551312b67c82aa4e8a Mon Sep 17 00:00:00 2001 From: keiju Date: Fri, 6 Jul 2007 11:09:38 +0000 Subject: * lib/irb.rb: typo. Thanks, Giles Bowkett. * lib/irb/completion.rb: support Ruby1.9 changing return value String to Symbol for Object#methods, etc. [ruby-dev:31148]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 44662708e..d68a07f40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jul 6 19:55:10 2007 Keiju Ishitsuka + + * lib/irb.rb: typo. Thanks, Giles Bowkett. + + * lib/irb/completion.rb: support Ruby1.9 changing return value + String to Symbol for Object#methods, etc. [ruby-dev:31148]. + Fri Jul 6 18:20:50 2007 Koichi Sasada * bootstraptest/runner.rb: fix load path. -- cgit