summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-30 11:15:19 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-30 11:15:19 -0400
commit0e4c33da98882fee354d21082103392b26af3615 (patch)
treec3c5f8b2a6a23fe33d053f07170a56a211c1d2b1 /CHANGES.rst
parentd38321d4bbb2f04de89706cd7274397cbfc879fb (diff)
downloadpython-setuptools-git-0e4c33da98882fee354d21082103392b26af3615.tar.gz
Update changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 77bd1c79..13ffe9e7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,13 @@
CHANGES
=======
+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.
+
v25.1.1
-------