aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-14 12:54:47 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-14 12:54:47 -0400
commit80661eaf5a8e016db73bfd8b1ecc3384aa666fcc (patch)
treeeba0bbf7b62135c466e9cb4c826484d0cb0d4349
parent5c08ba7d5c14f27fa44b6b8278a8f3cbbbbc8614 (diff)
downloadexternal_python_setuptools-80661eaf5a8e016db73bfd8b1ecc3384aa666fcc.tar.gz
external_python_setuptools-80661eaf5a8e016db73bfd8b1ecc3384aa666fcc.tar.bz2
external_python_setuptools-80661eaf5a8e016db73bfd8b1ecc3384aa666fcc.zip
Update changelog
-rw-r--r--CHANGES.txt19
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
---