diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-10 12:05:49 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-10 12:05:49 -0400 |
| commit | 6f05117f5c66e1c77c3a55ac90f91779b72e1d5b (patch) | |
| tree | 787b9da1fee7b7eb16f5b4e2e79fee612352389d | |
| parent | 38ab8c0009f10e72c71cbdb1df56915e99459510 (diff) | |
| download | external_python_setuptools-6f05117f5c66e1c77c3a55ac90f91779b72e1d5b.tar.gz external_python_setuptools-6f05117f5c66e1c77c3a55ac90f91779b72e1d5b.tar.bz2 external_python_setuptools-6f05117f5c66e1c77c3a55ac90f91779b72e1d5b.zip | |
Update changelog to combine 34.4.1 and 34.4.2 as the former was never released. Ref #1008.v34.4.1
| -rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f06a0c85..18583f0b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,9 @@ -v34.4.2 +v34.4.1 ------- * #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 -------- +* #1008: In MSVC support, fix "vcruntime140.dll" returned path with Visual Studio 2017. * #992: In msvc.msvc9_query_vcvarsall, ensure the returned dicts have str values and not Unicode for |
