diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-02 14:27:11 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-02 14:27:11 -0400 |
commit | af3fd3f34f11fc0019a7be355c54ddc2136c4539 (patch) | |
tree | 80f33419da37424595cc813495513468b425746f | |
parent | af2c7f274540acf6a6d61c8b82383725a3c00056 (diff) | |
download | python-setuptools-git-1.2.tar.gz |
Update changelog1.2
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b4e7846e..7934de0f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,9 @@ CHANGES * Issue #26: Add support for SVN 1.7. Special thanks to Philip Thiem for the contribution. +* Issue #94: Wheels are now distributed with every release. +* Setuptools "natural" launcher support, introduced in 1.0, is now officially + supported. ----- 1.1.7 |