aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-21 00:10:45 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-21 00:10:45 +0000
commitcb03af1ab756bf898df594ab9f8a43c4be35cb97 (patch)
tree3a2b901cf6b0f1aa76645f1015264dead11595db /NEWS
parent6b85ac364bb8cea6fb5c80afa5e9321537e9fec5 (diff)
downloadruby-cb03af1ab756bf898df594ab9f8a43c4be35cb97.tar.gz
* NEWS: References to tickets added.
[ruby-core:67701] [Bug #10760] Suggested by Zachary Scott. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 99be0f9eb5..403e8466d6 100644
--- a/NEWS
+++ b/NEWS
@@ -20,10 +20,10 @@ 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.
+ block is called. [Bug #10714]
* IO
- * IO#close doesn't raise when the IO object is closed.
+ * IO#close doesn't raise when the IO object is closed. [Feature #10718]
=== Stdlib updates (outstanding ones only)