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

remove redundancy from changelog

This commit is contained in:
Marcus Smith 2014-02-20 21:14:13 -08:00
parent d40d56c01c
commit 8b53c451fd

View file

@ -2,16 +2,6 @@
* **BACKWARD INCOMPATIBLE** Dropped support for Python 3.1.
* Fixed #1112. Couldn't download directly from wheel paths/urls, and when wheel
downloads did occur using requirement specifiers, 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.3 (2014-02-20)**