#9064: accept number of frames for "up" and "down" commands in pdb.
diff --git a/Misc/NEWS b/Misc/NEWS
index a9b19dc..1cb8c43 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -456,6 +456,8 @@
 Library
 -------
 
+- Issue #9064: pdb's "up" and "down" commands now accept an optional argument.
+
 - Issue #9018: os.path.normcase() now raises a TypeError if the argument is
   not ``str`` or ``bytes``.