1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

update changelog

This commit is contained in:
Marcus Smith 2014-02-02 16:04:46 -08:00
parent 3311a449d2
commit 792a95f964

View file

@ -1,6 +1,19 @@
Changelog
=========
1.6.0.dev1 (unreleased)
-----------------------
* Fixed #1112. Couldn't download directly from wheel archives, and wheel
dependencies weren't downloaded (PR #1527)
* Fixed #1320. ``pip wheel`` was not downloading wheels that already existed (PR
#1524)
* Fixed #1111. ``pip install --download`` was failing using local
``--find-links`` (PR #1524)
1.5.2 (2014-01-26)
------------------