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:
parent
ad9d3f9655
commit
d16897fa57
1 changed files with 5 additions and 0 deletions
5
doc/NEWS
5
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.
|
||||
|
|
Loading…
Reference in a new issue