mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: Net::HTTP is a stdlib
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0212d5dc74
commit
b35f6f04f3
1 changed files with 4 additions and 5 deletions
9
NEWS
9
NEWS
|
@ -82,11 +82,6 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
* Module#attr, attr_accessor, attr_reader, attr_writer are now public [#14132]
|
||||
* Module#define_method, alias_method, undef_method, remove_method are now public [#14133]
|
||||
|
||||
* Net::HTTP
|
||||
|
||||
* Net::HTTP.new supports no_proxy parameter [Feature #11195]
|
||||
* Net::HTTP#min_version/max_version [Feature #9450]
|
||||
|
||||
* Numeric
|
||||
|
||||
* Numerical comparison operators (<,<=,>=,>) no longer rescue exceptions
|
||||
|
@ -173,6 +168,10 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
* Show source around `binding.irb` on session start [Feature #14124]
|
||||
|
||||
* Net::HTTP
|
||||
* Net::HTTP.new supports no_proxy parameter [Feature #11195]
|
||||
|
||||
* Net::HTTP#min_version/max_version [Feature #9450]
|
||||
|
||||
* Add more HTTP status classes
|
||||
|
||||
* Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]
|
||||
|
|
Loading…
Reference in a new issue