summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-09-14 22:43:51 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-09-14 22:43:51 +1200
commit9699a5c5bcb9e1483f21efdf7e5cb9bf0a6279fb (patch)
tree8c2d533a1c61da960a33082680710308b028727e
parent39c37acf86960ae745c4d690fe2d9dd38cd96fba (diff)
Update news regarding `Fiber#raise`.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1350943d28..3848b6df9d 100644
--- a/NEWS
+++ b/NEWS
@@ -109,6 +109,13 @@ Enumerator::
can be directly passed to another method as a block
argument. [Feature #15618]
+Fiber::
+
+ New method::
+
+ * Added Fiber#raise that behaves like Fiber#resume but raises an
+ exception on the resumed fiber. [Feature #10344]
+
FrozenError::
New method::