Add the "until" command to pdb
diff --git a/Misc/ACKS b/Misc/ACKS
index d60e5cf..535e827 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -589,6 +589,7 @@
 Hajime Saitou
 Rich Salz
 Kevin Samborn
+Ilya Sandler
 Ty Sarna
 Ben Sayer
 Michael Scharf
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
 -----