Patch  #790710: Add breakpoint command lists in pdb.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e547fd..d4bfcd4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,8 @@
 Library
 -------
 
+- Patch #790710: Add breakpoint command lists in pdb.
+
 - Patch #1063914: Add Tkinter.Misc.clipboard_get().
 
 - Patch #1191700: Adjust column alignment in bdb breakpoint lists.