Issue #9979: Create function PyUnicode_AsWideCharString().
diff --git a/Misc/NEWS b/Misc/NEWS
index 03ca4a5..f774926 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #9979: Create function PyUnicode_AsWideCharString().
+
 - Issue #7397: Mention that importlib.import_module() is probably what someone
   really wants to be using in __import__'s docstring.