diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-03-31 18:28:34 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-03-31 18:28:34 -0400 |
commit | cf4a89429a762473c9ec2fdad424a0f11076a5b4 (patch) | |
tree | 5fc8e1a7331594ff2f84b297746e2f3f6ed8251d | |
parent | c2ee921caa6757e4b8e34687cf758cf7859a0737 (diff) | |
download | external_python_setuptools-cf4a89429a762473c9ec2fdad424a0f11076a5b4.tar.gz external_python_setuptools-cf4a89429a762473c9ec2fdad424a0f11076a5b4.tar.bz2 external_python_setuptools-cf4a89429a762473c9ec2fdad424a0f11076a5b4.zip |
Updated CHANGES.txt
--HG--
branch : distribute
extra : rebase_source : 3838ae33ab0e8c584e4e945f1b2a8167adc7c27d
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3895b0a3..5e918760 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,9 @@ CHANGES ------ * Issue #183: Symlinked files are now extracted from source distributions. +* Issue #227: Easy_install fetch parameters are now passed during the + installation of a source distribution; now fulfillment of setup_requires + dependencies will honor the parameters passed to easy_install. ------ 0.6.25 |