- Issue #14321: Do not run pgen during the build if files are up to date.
diff --git a/Misc/NEWS b/Misc/NEWS
index cb1ec6d..d41a2b4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,11 @@
 - Issue #14210: pdb now has tab-completion not only for command names, but
   also for their arguments, wherever possible.
 
+Build
+-----
+
+- Issue #14321: Do not run pgen during the build if files are up to date.
+
 Extension Modules
 -----------------