summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-28 14:37:47 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-28 14:37:47 +0000
commite59c7307dabab8dea3dfaea80c02c3155ae10389 (patch)
tree043a06e1512aa7bbc7d772ccdb7ce4a7e35d3b05 /NEWS
parentbf442ed2b3385016b81472da981aaff51ad89ab7 (diff)
* NEWS (Thread) remove incompatible changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 0 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index f0c38d48eb..bca93c1b22 100644
--- a/NEWS
+++ b/NEWS
@@ -163,11 +163,6 @@ with all sufficient information, see the ChangeLog file.
variable has been set.
* added Thread#backtrace_locations which returns similar information of
Kernel#caller_locations.
- * incompatible changes:
- * Thread#join and Thread#value is no longer allowed to be used from trap
- handler and raises a ThreadError in such case.
- * Thread#join and Thread#value now raises a ThreadError if target thread
- is the current or main thread.
* Time
* change return value:
@@ -376,10 +371,6 @@ with all sufficient information, see the ChangeLog file.
* OpenStruct new methods can conflict with custom attributes named
"each_pair", "eql?", "hash" or "to_h".
- * Thread#join, Thread#value
-
- See above.
-
* Mutex#lock, Mutex#unlock, Mutex#try_lock, Mutex#synchronize and Mutex#sleep
See above.