diff options
author | J. Goutin <JGoutin@users.noreply.github.com> | 2016-07-03 19:13:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-03 19:13:00 +0200 |
commit | 46aa62fb47f569ce1e3f5eb9ae83f9b363f9da81 (patch) | |
tree | 36371195703446d05a2e7051804cdfd99db9bd73 | |
parent | 7b303ef300faad048b21005e17d1ca83e4ad3a18 (diff) | |
download | external_python_setuptools-46aa62fb47f569ce1e3f5eb9ae83f9b363f9da81.tar.gz external_python_setuptools-46aa62fb47f569ce1e3f5eb9ae83f9b363f9da81.tar.bz2 external_python_setuptools-46aa62fb47f569ce1e3f5eb9ae83f9b363f9da81.zip |
Update CHANGES.rst
-rw-r--r-- | CHANGES.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 94d99fda..23e85a7b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ======= +v24.0.2 +------- + +* If MSVC14 is needed ``setuptools.msvc`` no redirect + user to Visual C++ Build Tools web page. + v24.0.1 ------- @@ -14,8 +20,8 @@ v24.0.0 * Pull Request #174: Add more aggressive support for 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), + Particularly : Windows SDK 6.1 and 7.0 + (MSVC++ 9.0), Windows SDK 7.1 (MSVC++ 10.0), Visual C++ Build Tools 2015 (MSVC++14) * Renamed ``setuptools.msvc9_support`` to ``setuptools.msvc``. |