From b35f6f04f36f0c86e6d6231f4496db2db7fcb5a5 Mon Sep 17 00:00:00 2001 From: mrkn Date: Fri, 1 Dec 2017 08:35:58 +0000 Subject: 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 --- NEWS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index eaad7069a0..5d493e9463 100644 --- a/NEWS +++ b/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] -- cgit v1.2.3