From e944b2e287f22d3f0c1b1af5999c17cd2e299ed4 Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 11 Jul 2002 21:33:38 +0000 Subject: * lib/net/http.rb: rename HTTP.get_uri get_response. * lib/net/http.rb: HTTP.get_print accepts URI objects. * lib/net/http.rb: HTTP.get did not work with URI. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d4d20f12..f95b1113c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jul 12 06:34:05 2002 Minero Aoki + + * lib/net/http.rb: rename HTTP.get_uri get_response. + + * lib/net/http.rb: HTTP.get_print accepts URI objects. + + * lib/net/http.rb: HTTP.get did not work with URI. + Fri Jul 12 02:15:58 2002 Nobuyoshi Nakada * string.c (rb_str_match): fix for string match. -- cgit