From c4a50e73c154fdb4f4183c4bebb91d1741ea485d Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Wed, 30 Oct 2024 20:37:59 +0100 Subject: [PATCH] Mention return change in NEWS --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index f92633d..824abd0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # coro (development version) +* Implicit and explicit return values of generators are no longer + yielded. This is consistent with Javascript and Python and simplifies + certain idioms (#51). + * Generators and async functions assigned in namespaces no longer produce R CMD check notes about visible bindings (#40).