From 3da03397ce1dca2eaf21149dcdc88a212b6afdc2 Mon Sep 17 00:00:00 2001 From: akira Date: Wed, 10 Sep 2008 09:34:49 +0000 Subject: * lib/uri/common.rb (URI::Parser): new class. * lib/uri/mailto.rb, lib/uri/generic.rb: follow the above change. * test/uri/test_parser.rb: added tests for URI::Parser. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 998204a04b..683545bfad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Sep 10 18:25:19 2008 akira yamada + + * lib/uri/common.rb (URI::Parser): new class. + + * lib/uri/mailto.rb, lib/uri/generic.rb: follow the above change. + + * test/uri/test_parser.rb: added tests for URI::Parser. + Wed Sep 10 10:35:32 2008 Takeyuki Fujioka * lib/cgi/cookie.rb (CGI::Cookie#to_s): performance improvement -- cgit v1.2.3