From 3e95ecd8d1d04a9393bf98b1e8d397eeec3154d2 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 21 Oct 2017 13:38:03 +0000 Subject: [PATCH] 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 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cac209b25e..763c67a742 100644 --- a/NEWS +++ b/NEWS @@ -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