From 5804fa20c83e4c4b28db6e166b74c2ad3a9c801f Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 24 Nov 2003 08:02:36 +0000 Subject: * lib/open-uri.rb: validate option names. :content_length_proc and :progress_proc option implemented. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f8ea64978..93ecafedd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 24 17:00:00 2003 Tanaka Akira + + * lib/open-uri.rb: validate option names. + :content_length_proc and :progress_proc option implemented. + Mon Nov 24 14:53:10 2003 NAKAMURA Usaku * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub -- cgit