#4179: In pdb, allow "list ." as a command to return to the currently debugged line.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9eaed9a..b8d3a36 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@
 Library
 -------
 
+- Issue #4179: In pdb, allow "list ." as a command to return to the
+  currently debugged line.
+
 - Issue #4108: In urllib.robotparser, if there are multiple 'User-agent: *'
   entries, consider the first one.