Commit 76a3d326 authored by Jason R. Coombs's avatar Jason R. Coombs

Update changelog

parent 1b94bbac
......@@ -2,6 +2,14 @@
CHANGES
=======
v25.1.0
-------
* #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.2
-------
......@@ -19,11 +27,6 @@ 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
-------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment