diff options
| author | JGoutin <JGoutin@users.noreply.github.com> | 2017-04-10 18:02:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-10 18:02:02 +0200 |
| commit | e7b62cfe6df1239f6ec5c00f9223799008a80502 (patch) | |
| tree | 7c9e1cc7dc872371a27c0c54e7fab37005e53d15 | |
| parent | a1aa1be06bdef8824c8954bb74dc9a57f324f826 (diff) | |
| download | python-setuptools-git-e7b62cfe6df1239f6ec5c00f9223799008a80502.tar.gz | |
Add #1008 changes
| -rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 85ba8cbf..bf4daf76 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +v34.4.2 +------- +* #1008: In MSVC support, use always the last version available for Windows SDK and UCRT SDK. +* #1008: In MSVC support, fix "vcruntime140.dll" returned path with Visual Studio 2017. + v34.4.1 ------- @@ -8,8 +13,7 @@ v34.4.1 v34.4.0 ------- -* #995: In MSVC support, add support for Microsoft - Build Tools 2017. +* #995: In MSVC support, add support for "Microsoft Visual Studio 2017" and "Microsoft Visual Studio Build Tools 2017". * #999 via #1007: Extend support for declarative package config in a setup.cfg file to include the options |
