summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c48466a459..4f496ac8ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 23 02:49:10 2013 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
+
+ * NEWS: Add Thread#pending_interrupt? and Thread.handle_interrupt
+
Fri Feb 22 19:22:05 2013 Aaron Patterson <aaron@tenderlovemaking.com>
* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
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