aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 433b31ce03..434db2d7ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 21 09:09:19 2015 Tanaka Akira <akr@fsij.org>
+
+ * NEWS: References to tickets added.
+ [ruby-core:67701] [Bug #10760] Suggested by Zachary Scott.
+
Tue Jan 20 22:59:54 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* tool/vcs.rb: fix the exception given remote-url of svn.
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)