From c7ba10cc1367b1a756053983b8837ec39c851982 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 21 Jan 2015 00:22:42 +0000 Subject: [PATCH] #10714 is a feature. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 403e8466d6..6d034b3dc1 100644 --- a/NEWS +++ b/NEWS @@ -20,7 +20,7 @@ with all sufficient information, see the ChangeLog file. * Array * Array#select!, Array#keep_if, Array#reject!, and Array#delete_if no longer changes the receiver array instantly every time the - block is called. [Bug #10714] + block is called. [Feature #10714] * IO * IO#close doesn't raise when the IO object is closed. [Feature #10718]