diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-05 20:16:35 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-05 20:16:35 -0500 |
commit | 2168ff0927546296e304dc457d6a013edf0dfe7f (patch) | |
tree | 63923cd9bca8f911f0720d827935e4df078f1c57 | |
parent | 67aa21c88ef5e57d7a2d0f379c970e5987c14cd4 (diff) | |
download | python-setuptools-git-13.0.tar.gz |
Update changelog13.0
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index bf0acb1a..1b99e9c5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,7 +8,9 @@ CHANGES * Issue #356: Back out Pull Request #119 as it requires Setuptools 10 or later as the source during an upgrade. -* Removed apparently unused build_py class in setup.py. +* Removed build_py class from setup.py. According to 892f439d216e, this + functionality was added to support upgrades from old Distribute versions, + 0.6.5 and 0.6.6. ---- 12.4 |