diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 15:44:04 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 15:44:04 -0400 |
commit | b1bf410e4e9a180ba5b24efcaee6d5f021e4ee5d (patch) | |
tree | e0cc77b2c020bfb44d130abac0407fd21c285188 | |
parent | 8c89c9438e9e461acc7587b60c79fb94b4d1f06d (diff) | |
download | external_python_setuptools-b1bf410e4e9a180ba5b24efcaee6d5f021e4ee5d.tar.gz external_python_setuptools-b1bf410e4e9a180ba5b24efcaee6d5f021e4ee5d.tar.bz2 external_python_setuptools-b1bf410e4e9a180ba5b24efcaee6d5f021e4ee5d.zip |
Update changelog0.6.42
--HG--
branch : distribute
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index dadd0c77..eb3e56e1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,8 @@ CHANGES ------ * External links finder no longer yields duplicate links. +* Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old + patch from setuptools trunk which inspired PR #31). ------ 0.6.41 |