diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-07 02:23:09 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-07 02:23:09 -0400 |
commit | a56aee24962dea7f9d8b46fbedb79fec988ee246 (patch) | |
tree | 7bf1a78a6453f68f13d0aa98b959e6006eb40adc | |
parent | 38a40150670a18742a85435ed2baba422c002a68 (diff) | |
download | external_python_setuptools-a56aee24962dea7f9d8b46fbedb79fec988ee246.tar.gz external_python_setuptools-a56aee24962dea7f9d8b46fbedb79fec988ee246.tar.bz2 external_python_setuptools-a56aee24962dea7f9d8b46fbedb79fec988ee246.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index bce05c5e..4700f067 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +------ +18.3.1 +------ + +* Issue #425: Correct regression in setuptools.findall. + ---- 18.3 ---- |