From bd73d374715ae8ca6e53ebd4a32f3ae2d6542352 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 19 May 2017 16:06:25 +0000 Subject: 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 --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') 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] -- cgit v1.2.3