1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
aamine 2002-07-11 19:25:45 +00:00
parent ad9d3f9655
commit d16897fa57

View file

@ -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.