diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-01 21:56:57 +0100 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-01 21:56:57 +0100 |
| commit | 219be868f09941e247c42d1f48869285313f59e8 (patch) | |
| tree | bfe1fdefbb40e34af1757c1d90148053a7d67a26 | |
| parent | addb98931555723032bda475f93a2a2aa395ef31 (diff) | |
| download | python-setuptools-git-219be868f09941e247c42d1f48869285313f59e8.tar.gz | |
Update changelog
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4d8aba18..82d334e9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= --- +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 --- |
