Add the "until" command to pdb
diff --git a/Misc/NEWS b/Misc/NEWS
index 3344fc9..25a21bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,8 @@
 
 - os.path.walk is deprecated in favor of os.walk.
 
+- pdb gained the "until" command
+
 Build
 -----