summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-19 16:06:18 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-19 16:06:18 +0000
commitcca77ee9caaf01c8f8683a157ba08cd1a7c1ea60 (patch)
treeb0fede36712407545c0532b1cb02e41780354d21 /NEWS
parent61bbe32c212fc8c674726f8dd4d175fd80b844a8 (diff)
Add more HTTP status classes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c6dd5cfb19..c8c5919ad7 100644
--- a/NEWS
+++ b/NEWS
@@ -76,6 +76,9 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Stdlib updates (outstanding ones only)
* Net::HTTP
+ * Add more HTTP status classes
+
+* Net::HTTP
* Net::HTTP#proxy_user and Net::HTTP#proxy_pass now reflects http_proxy
environment variable if the system's environment variable is multiuser
safe. [Bug #12921]