summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index db31e6773f..144b3f91ba 100644
--- a/NEWS
+++ b/NEWS
@@ -332,6 +332,13 @@ with all sufficient information, see the ChangeLog file.
are introduced for easy detection of available constants on a
running system.
+* timeout
+ * Timeout.timeout supports immediate optional keyword parameter.
+ * incompatible changes:
+ * Timeout.timeout now use async_interrupt_timing(:on_blocking) by default.
+ And then, timeout is only happen on blocking point (e.g. sleep, read,
+ write, Mutex#lock and so on).
+
* tmpdir
* incompatible changes:
* Dir.mktmpdir uses FileUtils.remove_entry instead of