#5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame.
diff --git a/Misc/NEWS b/Misc/NEWS
index 50fa0cf..dbe1b8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@
 Library
 -------
 
+- Issue #5294: Fix the behavior of pdb's "continue" command when called
+  in the top-level debugged frame.
+
 - Issue #5727: Restore the ability to use readline when calling into pdb
   in doctests.