diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-29 10:40:04 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-29 10:40:04 -0400 |
commit | d259c91f17d0bf9a0ac91d61d0ea0c0b5e7f618f (patch) | |
tree | c10b3ef9a2dadb81edfa52b16a29367d1e1dc9cb | |
parent | 6d6dddc57e58e2387930040dfb56dd270408cb24 (diff) | |
download | external_python_setuptools-d259c91f17d0bf9a0ac91d61d0ea0c0b5e7f618f.tar.gz external_python_setuptools-d259c91f17d0bf9a0ac91d61d0ea0c0b5e7f618f.tar.bz2 external_python_setuptools-d259c91f17d0bf9a0ac91d61d0ea0c0b5e7f618f.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 4036e949..e4fcc37e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,10 @@ CHANGES ----- * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``. +* Distribute #375: Merged additional warning from Distribute 0.6.46. +* Now honor the environment variable + ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now + deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. ----- 0.7.4 |