From d16897fa572b1588a6bbd519c21f40de0db9a935 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@2639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index 521a5f268d..8c279679ef 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 v1.2.3