summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-06 18:43:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-06 18:43:53 +0000
commitd0526760743b1acdac2d9f19e85d81b62b7c7b2b (patch)
tree8d671f631020f1dd251b8914db86c3d2ba31a8df /NEWS
parentcd006f08e24537f74a53c1b12dc032546525f399 (diff)
NEWS: timeout
* NEWS (Stdlib updates): uptdate of timeout. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ce57e44adc..85fb6426f2 100644
--- a/NEWS
+++ b/NEWS
@@ -228,6 +228,10 @@ with all sufficient information, see the ChangeLog file.
* New methods:
* Tempfile.create
+* Timeout
+ * No longer an exception to terminate the given block can be rescued
+ inside the block, by default, unless the exception class is given
+ explicitly.
* WEBrick
* The body of a response may now be a StringIO or other IO-like that responds