summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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 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.