#4748 lambda generators shouldn't return values
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a15054..64ff406 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,8 @@
 - Issue #4509: Various issues surrounding resize of bytearray objects to
   which there are buffer exports.
 
+- Issue #4748: Lambda generators no longer return a value.
+
 Library
 -------