summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-09-19 18:26:38 +0200
committerJason R. Coombs <jaraco@jaraco.com>2015-09-19 18:26:38 +0200
commit134d10bf873ade6805a8da9229769d66cf0c15c6 (patch)
tree46d5c5bb1434c65dfab38d2984ffe69781aaa9ae /CHANGES.txt
parentd413d5e9721e6b7e888ed080f3a7790de4bb38f2 (diff)
downloadpython-setuptools-bitbucket-134d10bf873ade6805a8da9229769d66cf0c15c6.tar.gz
Update changelog
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4700f067..32dd4486 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,13 @@ CHANGES
=======
------
+18.3.2
+------
+
+* Correct another regression in setuptools.findall
+ where the fix for Python #12885 was lost.
+
+------
18.3.1
------
@@ -26,6 +33,9 @@ CHANGES
* Issue #257: ``easy_install --version`` now shows more detail
about the installation location and Python version.
+* Refactor setuptools.findall in preparation for re-submission
+ back to distutils.
+
----
18.2
----