Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats
diff --git a/Misc/NEWS b/Misc/NEWS
index 47a4825..b87fb12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats.
+
 - Issue #10829: Refactor PyUnicode_FromFormat(), use the same function to parse
   the format string in the 3 steps, fix crashs on invalid format strings.