#5142: add module skipping feature to pdb.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4efa003..0152d9a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -273,6 +273,8 @@
 Library
 -------
 
+- Issue #5142: Add the ability to skip modules while stepping to pdb.
+
 - Issue #1309567: Fix linecache behavior of stripping subdirectories when
   looking for files given by a relative filename.