diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-01 22:31:54 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-01 22:31:54 -0400 |
| commit | 406885845bdb94abe7c6c63df1f1874e09a36d9d (patch) | |
| tree | ccabf0b1d7963bd9945667aa56ca0b30b3ea6dc4 | |
| parent | 1b8dc8c7ac45662f7719b1bd531d0575e7fb1f02 (diff) | |
| download | python-setuptools-git-406885845bdb94abe7c6c63df1f1874e09a36d9d.tar.gz | |
Update changelog. Ref #709.
| -rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index de70d041..9c85be31 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,10 +2,16 @@ CHANGES ======= +v25.1.3 +------- + +* #709: Fix errors when installing a tar.gz sdist that contained + files named with non-ascii characters on Python 2.7. + v25.1.2 ------- -* #704: Fix errors when installing a zip sdist which contained +* #704: Fix errors when installing a zip sdist that 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 |
