From de5b0ae08315509b89fcd7d13c416ee44ea89556 Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 11 Jul 2002 19:25:45 +0000 Subject: * NEWS: add note for net/http's incompatibility. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/NEWS') diff --git a/doc/NEWS b/doc/NEWS index 521a5f268..8c279679e 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -363,6 +363,11 @@ Fixed so that "*a = nil" results in "a == []". +: Net::HTTP + + New version of Net::HTTP has introduced seriously incompatible + changes. For details, see document embedded in net/http.rb itself. + : NameError and NoMethodError Moved and now NoMethodError < NameError < StandardError. -- cgit