Issue #11118: Fix bogus export of None in python3.dll.
diff --git a/Misc/NEWS b/Misc/NEWS
index 44a71d8..5df056d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #11118: Fix bogus export of None in python3.dll.
+
 Library
 -------