summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-11 19:25:45 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-11 19:25:45 +0000
commitd16897fa572b1588a6bbd519c21f40de0db9a935 (patch)
treeb52a563d4bb81caecd74ddc09e27cfb08379b248
parentad9d3f96558c66efd49782fa14fc02de20035865 (diff)
* 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
-rw-r--r--doc/NEWS5
1 files changed, 5 insertions, 0 deletions
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.