summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-15 21:52:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-15 21:52:49 -0500
commit87c3c677a18524dbed82bac7d8c8448340b57c79 (patch)
tree505d58beb1f345e497ffe8d3989cf87eaf5cad8b
parentdba2b79f5286b367bbdd42f5f6e9bc3e972ed214 (diff)
downloadpython-setuptools-bitbucket-87c3c677a18524dbed82bac7d8c8448340b57c79.tar.gz
Update changelog
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 355c7550..4bd8c4a6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,14 @@ CHANGES
----
+19.1
+----
+
+* 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.
+
+----
19.0
----