Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest
diff --git a/Misc/NEWS b/Misc/NEWS
index 6fdcc6f..11be2e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,10 @@
 Core and Builtins
 -----------------
 
+- Issue #7833: Extension modules built using distutils on Windows will no
+  longer include a "manifest" to prevent them failing at import time in some
+  embedded situations.
+
 - Issue #13186: Fix __delitem__ on old-style instances when invoked through
   PySequence_DelItem.