diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-23 21:51:13 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-23 21:51:13 -0400 |
commit | 49ce80613b7fcffd1882f7fb082e5bcc30e976f0 (patch) | |
tree | 27b6918406515a6dad426303708e802c116a1b62 | |
parent | 977b6454345df8dfc4f9477c5d0f6a45c3e31c02 (diff) | |
download | external_python_setuptools-49ce80613b7fcffd1882f7fb082e5bcc30e976f0.tar.gz external_python_setuptools-49ce80613b7fcffd1882f7fb082e5bcc30e976f0.tar.bz2 external_python_setuptools-49ce80613b7fcffd1882f7fb082e5bcc30e976f0.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1b91a2c2..f97dca3c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,15 @@ CHANGES ======= ----- +1.1.7 +----- + +* Fixed behavior of NameError handling in 'script template (dev).py' (script + launcher for 'develop' installs). +* ``ez_setup.py`` now ensures partial downloads are cleaned up following + a failed download. + +----- 1.1.6 ----- |