aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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)