1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix the issue reference to [Bug #13769], handled in r60270

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2017-10-21 13:38:03 +00:00
parent e9d9f78483
commit 3e95ecd8d1

2
NEWS
View file

@ -151,7 +151,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* IPAddr#private? [Feature #11666]
* IPAddr#link_local? [Feature #10912]
* IPAddr now rejects invalid address mask. [Bug #13399]
* IPAddr#ipv4_compat and #ipv4_compat? are deprecated. [#Bug 13769]
* IPAddr#ipv4_compat and #ipv4_compat? are deprecated. [Bug #13769]
* Net::HTTP
* Add more HTTP status classes