summaryrefslogtreecommitdiff
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
parent6b85ac364bb8cea6fb5c80afa5e9321537e9fec5 (diff)
* 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
-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)