summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-25 10:47:20 -0400
committerGitHub <noreply@github.com>2016-07-25 10:47:20 -0400
commit1b94bbac06022449d320c922e357f62dde43962a (patch)
tree80b42ac0d0b409ce823a74893b91e237a245d8c2 /CHANGES.rst
parenta4b7c659a63c924040fc03e96bf4befe4f11979d (diff)
parent87c776227a5bf3443cddc9f26255ff7ab90d9829 (diff)
downloadpython-setuptools-git-1b94bbac06022449d320c922e357f62dde43962a.tar.gz
Merge pull request #609 from JensTimmerman/check_downloads
check if a download is successfull before deciding not to try the nex…
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a1ef21c2..4f366f74 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -19,6 +19,11 @@ v25.0.1
* More style cleanup. See #677, #678, #679, #681, #685.
+* #609: setuptools will now try to download a distribution from
+ the next possible download location if the first download fails.
+ This means you can now specify multiple links as ``dependency_links``
+ and all links will be tried until a working download link is encountered.
+
v25.0.0
-------