Issue #4120: Drop reference to CRT from manifest when building
extensions with msvc9compiler.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ad7f23..dc23e7e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -495,6 +495,9 @@
Library
-------
+- Issue #4120: Drop reference to CRT from manifest when building extensions with
+ msvc9compiler.
+
- Issue #7333: The `posix` module gains an `initgroups()` function providing
access to the initgroups(3) C library call on Unix systems which implement
it. Patch by Jean-Paul Calderone.