Update news regarding Fiber#raise.

This commit is contained in:
Samuel Williams 2019-09-14 22:43:51 +12:00
parent 39c37acf86
commit 9699a5c5bc
No known key found for this signature in database
GPG Key ID: A0765423A44728FB

7
NEWS
View File

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