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.