Add display/undisplay pdb commands.
diff --git a/Misc/NEWS b/Misc/NEWS
index a741d6e..0d1c1d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@
 Library
 -------
 
+- Add the "display" and "undisplay" pdb commands.
+
 - Issue #7245: Add a SIGINT handler in pdb that allows to break a program
   again after a "continue" command.