aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Goutin <JGoutin@users.noreply.github.com>2016-07-03 15:06:11 +0200
committerGitHub <noreply@github.com>2016-07-03 15:06:11 +0200
commit2d0a77530153a53e3a9a00ae1f7d0d800d6af604 (patch)
tree297690738047a8c3566aee63d0a924fd0c86cf5d
parent4751aeef452878881a2b0d81a2624c1c5e72b911 (diff)
downloadexternal_python_setuptools-2d0a77530153a53e3a9a00ae1f7d0d800d6af604.tar.gz
external_python_setuptools-2d0a77530153a53e3a9a00ae1f7d0d800d6af604.tar.bz2
external_python_setuptools-2d0a77530153a53e3a9a00ae1f7d0d800d6af604.zip
Update CHANGES.rst
-rw-r--r--CHANGES.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d94da2dc..2f2d689f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,7 +6,11 @@ v24.0.0
-------
* Pull Request #174: Add more aggressive support for
- Windows SDK in msvc9compiler patch.
+ standalone Microsoft Visual C++ compilers in
+ msvc9compiler patch.
+ Particularly : Windows SDK 6.0 and 6.1
+ (MSVC++ 9.0), Windows SDK 7.0 (MSVC++ 10.0),
+ Visual C++ Build Tools 2015 (MSVC++14)
* Renamed ``setuptools.msvc9_support`` to
``setuptools.msvc``.