summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-01 08:35:58 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-01 08:35:58 +0000
commitb35f6f04f36f0c86e6d6231f4496db2db7fcb5a5 (patch)
tree0beecc408779faa512824ab1c2b0368cbcde9c15 /NEWS
parent0212d5dc74fd65dc56e8710ee6291fefddf19aee (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 4 insertions, 5 deletions
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]