summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-19 16:06:25 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-19 16:06:25 +0000
commitbd73d374715ae8ca6e53ebd4a32f3ae2d6542352 (patch)
treea992262befe89b0bd8ed3bf145186a2b8494beda /NEWS
parentcca77ee9caaf01c8f8683a157ba08cd1a7c1ea60 (diff)
Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]
Note that 418 I'm a teapot doesn't exist because RFC 2324 and RFC 7168 are not registered in IANA repository. https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8c5919ad7..2458ddd4f4 100644
--- a/NEWS
+++ b/NEWS
@@ -78,7 +78,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Net::HTTP
* Add more HTTP status classes
-* Net::HTTP
+ * Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]
+
* 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]