From 2334c17543e953f1e49d34556b711db9c4145284 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 9 Jul 2004 10:33:25 +0000 Subject: lib/open-uri.rb (URI::HTTPS#proxy_open): raise ArgumentError to notice https is not supported. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e40190b4..3e2984f34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 9 19:26:39 2004 Tanaka Akira + + * lib/open-uri.rb (URI::HTTPS#proxy_open): raise ArgumentError to + notice https is not supported. + Fri Jul 9 14:28:54 2004 Nobuyoshi Nakada * eval.c (rb_thread_raise): accept third argument as well as -- cgit