summaryrefslogtreecommitdiffstats
path: root/doc
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
commitde5b0ae08315509b89fcd7d13c416ee44ea89556 (patch)
treeb52a563d4bb81caecd74ddc09e27cfb08379b248 /doc
parent4b5caf56fa16329bd9021b58f4fe1d848f4503fa (diff)
downloadruby-de5b0ae08315509b89fcd7d13c416ee44ea89556.tar.gz
ruby-de5b0ae08315509b89fcd7d13c416ee44ea89556.tar.xz
ruby-de5b0ae08315509b89fcd7d13c416ee44ea89556.zip
* 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
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS5
1 files changed, 5 insertions, 0 deletions
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.