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 824d7fd..0d1ed64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1280,6 +1280,9 @@ Documentation
Build
-----
+- bpo-30687: Locate msbuild.exe on Windows when building rather than
+ vcvarsall.bat
+
- bpo-20210: Support the *disabled* marker in Setup files. Extension modules
listed after this marker are not built at all, neither by the Makefile nor by
setup.py.