From b74c9a6d66b2e77e431b85437e5126aeadc14032 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 28 Oct 2007 12:55:51 +0000 Subject: * lib/open-uri.rb: :redirect option implemented to disable redirects. (OpenURI::HTTPRedirect): new exception class for redirection. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e3b881009..61742f4f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 28 21:50:02 2007 Tanaka Akira + + * lib/open-uri.rb: :redirect option implemented to disable redirects. + (OpenURI::HTTPRedirect): new exception class for redirection. + Fri Oct 26 17:38:13 2007 Nobuyoshi Nakada * numeric.c (int_chr): take an optional encoding parameter. -- cgit