summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-27 02:00:09 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-27 02:00:09 +0000
commit8079f8a6f25bd1e6ef9fa0bff569a850c31c6fb3 (patch)
tree932a03ce36029b926ca796ec72c11dac71ab20f1 /NEWS
parent82cc52ed9373fee7c846e9cf73a67e7a3c94be88 (diff)
* thread.c (thread_join): raises ThreadError if target thread
is a current thread. * test/ruby/test_thread.rb (test_thread_join_current): test for the above. * NEWS: news for the above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ad4392aa8c..7417fb0824 100644
--- a/NEWS
+++ b/NEWS
@@ -160,6 +160,7 @@ with all sufficient information, see the ChangeLog file.
* incompatible changes:
* Thread#join no longer allows to be used from trap handler. Now it raises
ThreadError.
+ * Thread#join raises ThreadError if target therad is a current thread.
* Time
* change return value: