diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-18 20:32:31 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-18 20:32:31 -0500 |
commit | 768ffcf6707173a6ca34e71ba8776d282ccd41bb (patch) | |
tree | 1ca5f55a54e8a2aaffdb419f69d02dee684f1412 | |
parent | 27ffea086d37a26dbac2ebbd8b1e0edb4c8a803e (diff) | |
download | python-setuptools-git-12.0.2.tar.gz |
Update changelog12.0.2
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d6775876..e9da34d2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ------ +12.0.2 +------ + +* Issue #331: Fixed ``install_scripts`` command on Windows systems corrupting + the header. + +------ 12.0.1 ------ |