summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 06075e9..0f524a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -154,6 +154,9 @@ C-API
Library
-------
+- Issue #1923: Fixed the removal of meaningful spaces when PKG-INFO is
+ generated in Distutils. Patch by Stephen Emslie.
+
- Issue #4120: Drop reference to CRT from manifest when building extensions with
msvc9compiler.