#13094: add Programming FAQ entry about the behavior of closures.
diff --git a/Misc/NEWS b/Misc/NEWS
index fdb6fa8..21215cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -867,6 +867,9 @@
 Documentation
 -------------
 
+- Issue #13094: add "Why do lambdas defined in a loop with different values
+  all return the same result?" programming FAQ.
+
 - Issue #14901: Update portions of the Windows FAQ.
   Patch by Ashish Nitin Patil.