add to NEWS about Queue#close

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-11-21 00:46:53 +00:00
parent e2609033ab
commit 628d9057e4

4
NEWS
View File

@ -95,6 +95,10 @@ with all sufficient information, see the ChangeLog file.
Backtrace doesn't show each method (show block lines directly). Backtrace doesn't show each method (show block lines directly).
TracePoint also ignores these calls. [Feature #11569] 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 * Regexp/String: Updated Unicode version from 7.0.0 to 8.0.0
* Struct * Struct