summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 19:35:00 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 19:35:00 +0000
commitc40038bf49ebe9d484fcc99fd9fa12b5e5867165 (patch)
treed252bacd363a82bd4f65be8466ac3b4d9b7c9dd6 /NEWS
parentc9d00de53bb6e271c5871f92d2a1152154f15f24 (diff)
* NEWS: pending_interrupt? is both instance and singleton method
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7c1586e524..8693b2ac70 100644
--- a/NEWS
+++ b/NEWS
@@ -183,8 +183,8 @@ with all sufficient information, see the ChangeLog file.
variable keys.
* added Thread#thread_variable? for testing to see if a particular thread
variable has been set.
- * added Thread#pending_interrupt? and Thread.handle_interrupt for
- asynchronous handling of exceptions
+ * added Thread.handle_interrupt as well as instance and singleton methods
+ pending_interrupt? for asynchronous handling of exceptions
* added Thread#backtrace_locations which returns similar information of
Kernel#caller_locations.
* incompatible changes: