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::