Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9211137..560aa01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #7988: Fix default alignment to be right aligned for
+  complex.__format__. Now it matches other numeric types.
+
 - Issue #5211: the complex type no longer uses implicit coercion in
   mixed-type binary arithmetic operations.