- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b607db..d8a581b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -424,6 +424,9 @@
 
 - Issue #14034: added the argparse tutorial.
 
+- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch
+  contributed by Chris Jerdonek.
+
 Tools/Demos
 -----------