#809887: improve pdb feedback for breakpoint-related actions.  Also add a functional test for these commands.
diff --git a/Misc/NEWS b/Misc/NEWS
index dbe1b8a..65346fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@
 Library
 -------
 
+- Issue #809887: Make the output of pdb's breakpoint deletions more
+  consistent; emit a message when a breakpoint is enabled or disabled.
+
 - Issue #5294: Fix the behavior of pdb's "continue" command when called
   in the top-level debugged frame.