summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 2448264ad9..f0c38d48eb 100644
--- a/NEWS
+++ b/NEWS
@@ -164,10 +164,10 @@ with all sufficient information, see the ChangeLog file.
* added Thread#backtrace_locations which returns similar information of
Kernel#caller_locations.
* incompatible changes:
- * Thread#join is no longer allowed to be used from trap handler and
- raises a ThreadError in such case.
- * Thread#join now raises a ThreadError if target thread is the current
- or main thread.
+ * 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,7 +376,7 @@ 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#join, Thread#value
See above.