diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-19 18:26:38 +0200 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-19 18:26:38 +0200 |
| commit | 7e28912d0cfd017577df59c465bf770a8182d232 (patch) | |
| tree | 1fee4b2de87d2b21fcf231e372d82a53162e181c | |
| parent | 22a8ace27c7d7aadfa0fa9311686541a2169092c (diff) | |
| download | python-setuptools-git-7e28912d0cfd017577df59c465bf770a8182d232.tar.gz | |
Update changelog
| -rw-r--r-- | CHANGES.txt | 10 |
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 ---- |
