add a NEWS for Fiber#transfer

This commit is contained in:
Koichi Sasada 2020-10-20 15:36:51 +09:00
parent c05e41035c
commit 9ced5fae6d

View File

@ -190,6 +190,7 @@ Outstanding ones only.
* `Fiber#blocking?` tells whether the fiber is non-blocking. [[Feature #16786]]
* `Fiber#backtrace` & `Fiber#backtrace_locations` provide per-fiber backtrace.
[[Feature #16815]]
* The limitation of `Fiber#transfer` is relaxed. [Bug #17221]
* Kernel