* 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
Родитель ad9d3f9655
Коммит d16897fa57
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

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