summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b8d3a36..c72107a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,10 @@ C-API
Library
-------
+- Issue #1437051: For pdb, allow "continue" and related commands in
+ .pdbrc files. Also, add a command-line option "-c" that runs a
+ command as if given in .pdbrc.
+
- Issue #4179: In pdb, allow "list ." as a command to return to the
currently debugged line.