diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-30 11:27:14 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-30 11:27:14 -0400 |
commit | 39912c7e8c5160a9805ca5f55ff671ffe2e521cb (patch) | |
tree | b6309b2d1e6992dfb37d3d9a1100f68e1c64a795 | |
parent | 12984fb9969d67cdd1ca88ffe2331c12a84be609 (diff) | |
download | external_python_setuptools-39912c7e8c5160a9805ca5f55ff671ffe2e521cb.tar.gz external_python_setuptools-39912c7e8c5160a9805ca5f55ff671ffe2e521cb.tar.bz2 external_python_setuptools-39912c7e8c5160a9805ca5f55ff671ffe2e521cb.zip |
Update changelog
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 13ffe9e7..bc2bf5b5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,8 @@ v25.1.2 * #704: Fix errors when installing a zip sdist which contained files named with non-ascii characters on Windows would crash the install when it attempted to clean up the build. +* #646: MSVC compatibility - catch errors properly in + RegistryInfo.lookup. v25.1.1 ------- |