ruby-changes:48842
From: mrkn <ko1@a...>
Date: Fri, 1 Dec 2017 17:36:03 +0900 (JST)
Subject: [ruby-changes:48842] mrkn:r60959 (trunk): NEWS: Net::HTTP is a stdlib
mrkn 2017-12-01 17:35:58 +0900 (Fri, 01 Dec 2017) New Revision: 60959 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60959 Log: NEWS: Net::HTTP is a stdlib [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 60958) +++ NEWS (revision 60959) @@ -82,11 +82,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L82 * 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L168 * 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] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/