Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat().
diff --git a/Misc/NEWS b/Misc/NEWS
index f6dda99..8c9a2bb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #22023: Fix ``%S``, ``%R`` and ``%V`` formats of
+  :c:func:`PyUnicode_FromFormat`.
+
 - Issue #21591: Correctly handle qualified exec statements in tuple form by
   moving compatibility layer from run-time to AST transformation.