summaryrefslogtreecommitdiff
path: root/CHANGES.txt
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
commit4e64dd995a2d3c07efb9472bbd2cd6045d515046 (patch)
treeca2c032364e1b93b270a1a92538958d6bbadd6f6 /CHANGES.txt
parent89a239d8a2e2dc0dc42d717ad131957f1063a456 (diff)
downloadpython-setuptools-git-4e64dd995a2d3c07efb9472bbd2cd6045d515046.tar.gz
Update changelog to reference ticket19.1
Diffstat (limited to 'CHANGES.txt')
-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.