summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-01 21:56:57 +0100
committerJason R. Coombs <jaraco@jaraco.com>2014-06-01 21:56:57 +0100
commit219be868f09941e247c42d1f48869285313f59e8 (patch)
treebfe1fdefbb40e34af1757c1d90148053a7d67a26
parentaddb98931555723032bda475f93a2a2aa395ef31 (diff)
downloadpython-setuptools-git-219be868f09941e247c42d1f48869285313f59e8.tar.gz
Update changelog
-rw-r--r--CHANGES.txt7
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
---