aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-21 00:46:53 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-21 00:46:53 +0000
commite68b948b0399d24d2ae86d8fec88ee45c3dc842d (patch)
tree2ea75051d72587a7151ebffd5d1df87048993b31 /NEWS
parent25e42198017a5ad511f0f9ff0da952eefd3e5682 (diff)
downloadruby-e68b948b0399d24d2ae86d8fec88ee45c3dc842d.tar.gz
add to NEWS about Queue#close
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2181830c18..c12ecdee7e 100644
--- a/NEWS
+++ b/NEWS
@@ -95,6 +95,10 @@ with all sufficient information, see the ChangeLog file.
Backtrace doesn't show each method (show block lines directly).
TracePoint also ignores these calls. [Feature #11569]
+* Queue (Thread::Queue)
+
+ * Queue#close is added to notice a termination. [Feature #10600]
+
* Regexp/String: Updated Unicode version from 7.0.0 to 8.0.0
* Struct