diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-28 15:49:10 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-28 15:49:10 -0500 |
commit | af34e901c35e5e453465c0c232eaa04d019a9852 (patch) | |
tree | a1fe0dea98741bb4d746c1ec8916cfb021e58106 | |
parent | eb2fdc6f488d1a1d4b0cf02e9a8cf03ab33f9d23 (diff) | |
download | external_python_setuptools-af34e901c35e5e453465c0c232eaa04d019a9852.tar.gz external_python_setuptools-af34e901c35e5e453465c0c232eaa04d019a9852.tar.bz2 external_python_setuptools-af34e901c35e5e453465c0c232eaa04d019a9852.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 463f45b8..d0b7e9b0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,10 @@ CHANGES * Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue where Setuptools was unable to upgrade over earlier versions. +* Issue #315: Updated setuptools to hide its own loaded modules during + installation of another package. This change will enable setuptools to + upgrade (or downgrade) itself even when its own metadata and implementation + change. --- 8.4 |