summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-16 08:10:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-16 08:10:00 -0500
commit45886d57aaf2e5d065d88f303577f668c2a2b1ca (patch)
treec20de02bc111ad03b3c135953bc9319dbc08fc98
parent699b0236a09dc77c1268f116c504f85d1c5164f2 (diff)
downloadpython-setuptools-bitbucket-45886d57aaf2e5d065d88f303577f668c2a2b1ca.tar.gz
Update changelog to reference ticket19.1
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f68cd418..4e71bd72 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,8 @@ CHANGES
19.1
----
-* The bootstrap script ``ez_setup.py`` now automatically detects
+* Issue #215: The bootstrap script ``ez_setup.py`` now
+ automatically detects
the latest version of setuptools (using PyPI JSON API) rather
than hard-coding a particular value.
* Issue #475: Fix incorrect usage in _translate_metadata2.