summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-07 10:36:59 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-07 10:36:59 +0000
commit3bbffbc7dd024179777192950ac07b9ef6ca2968 (patch)
tree01b93fdd18dcca5efa724c89cc33e11523102677 /NEWS
parent65129f3a5dfbfd820f9ad96268f6992f667efe8d (diff)
Revert r38216 and r38221. Release manager mark this feature as "next minor".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 0 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 144b3f91ba..db31e6773f 100644
--- a/NEWS
+++ b/NEWS
@@ -332,13 +332,6 @@ 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