Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the generator implementation
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a5813b..3bc93dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #13783: Generator objects now use the identifier APIs internally
+
 - Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
   Patch by Serhiy Storchaka.