diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-14 12:54:47 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-14 12:54:47 -0400 |
| commit | 80661eaf5a8e016db73bfd8b1ecc3384aa666fcc (patch) | |
| tree | eba0bbf7b62135c466e9cb4c826484d0cb0d4349 /CHANGES.txt | |
| parent | 5c08ba7d5c14f27fa44b6b8278a8f3cbbbbc8614 (diff) | |
| download | python-setuptools-git-80661eaf5a8e016db73bfd8b1ecc3384aa666fcc.tar.gz | |
Update changelog
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8ca55c2f..94689f0a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,15 +2,28 @@ CHANGES ======= ---------------- -3.7.1 and 3.8.1 ---------------- +--- +5.0 +--- + +* Issue #218: Re-release of 3.8.1 to signal that it supersedes 4.x. + +------------------------- +3.7.1 and 3.8.1 and 4.0.1 +------------------------- * Issue #213: Use legacy StringIO behavior for compatibility under pbr. * Issue #218: Setuptools 3.8.1 superseded 4.0.1, and 4.x was removed from the available versions to install. --- +4.0 +--- + +* Issue #210: ``setup.py develop`` now copies scripts in binary mode rather + than text mode, matching the behavior of the ``install`` command. + +--- 3.8 --- |
