diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-14 11:01:06 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-14 11:01:06 -0400 |
commit | 5c08ba7d5c14f27fa44b6b8278a8f3cbbbbc8614 (patch) | |
tree | 397800660c406e2926bccb42abc71df406b069d4 | |
parent | 32beecb7ba01a9dad01068622cb365431f3a756a (diff) | |
download | python-setuptools-git-5c08ba7d5c14f27fa44b6b8278a8f3cbbbbc8614.tar.gz |
Update changelog
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b020e533..8ca55c2f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,8 @@ CHANGES --------------- * 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. --- 3.8 |