diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-06-08 13:29:05 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-06-08 13:29:05 -0400 |
commit | 9b9c404a50c48e9be857c8743f80c7f8398d9d85 (patch) | |
tree | 4f4755a9624cb26d0e87ad1382a705149162a7a5 | |
parent | 64b3aae155e5a771dd075167ad32dae5adeec878 (diff) | |
download | external_python_setuptools-9b9c404a50c48e9be857c8743f80c7f8398d9d85.tar.gz external_python_setuptools-9b9c404a50c48e9be857c8743f80c7f8398d9d85.tar.bz2 external_python_setuptools-9b9c404a50c48e9be857c8743f80c7f8398d9d85.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4734ff04..9ca376fa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,14 @@ CHANGES ======= +------ +17.1.1 +------ + +* Backed out unintended changes to pkg_resources, restoring removal of + deprecated imp module (`ref + <https://bitbucket.org/pypa/setuptools/commits/f572ec9563d647fa8d4ffc534f2af8070ea07a8b#comment-1881283>`_). + ---- 17.1 ---- |