summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 17:49:23 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 17:49:23 +0000
commit4b6e74a8874f9cd5669156e03ee9d01bd506a576 (patch)
tree7f442eac59e2a69b2c398105b6e12da6419c5cd4 /NEWS
parent11d79c680f73f9671b6e2c0baeecf9c8a7c66129 (diff)
* NEWS: Add Thread#pending_interrupt? and Thread.handle_interrupt
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9f11eeee1a..7c1586e524 100644
--- a/NEWS
+++ b/NEWS
@@ -183,6 +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#backtrace_locations which returns similar information of
Kernel#caller_locations.
* incompatible changes:
@@ -464,7 +466,7 @@ with all sufficient information, see the ChangeLog file.
* Bignum
* Float
- Fixnums, Bignums and Floats are frozen
+ Fixnums, Bignums and Floats are frozen.
* Signal.trap