Issue #16695: Document how glob handles filenames starting with a dot
diff --git a/Misc/NEWS b/Misc/NEWS
index 926593a..9f2a2be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -926,6 +926,9 @@
 Documentation
 -------------
 
+- Issue #16695: Document how glob handles filenames starting with a
+  dot. Initial patch by Jyrki Pulliainen.
+
 - Issue #8890: Stop advertising an insecure practice by replacing uses
   of the /tmp directory with better alternatives in the documentation.
   Patch by Geoff Wilson.