#6888 fix the alias command with no arguments
diff --git a/Misc/NEWS b/Misc/NEWS
index 54dcbca..fe856ae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,8 @@
 Library
 -------
 
+- Issue #6888: pdb's alias command was broken when no arguments were given.
+
 - Issue #6857: Default format() alignment should be '>' for Decimal
   instances.