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

Merge pull request #2944 from dstufft/update-changelog

Update the changelog
This commit is contained in:
Donald Stufft 2015-06-30 18:43:30 -04:00
commit b2595ce48f

View file

@ -5,6 +5,20 @@
* Accept --no-binary and --only-binary via pip.conf. :issue`2867`.
* Allow ``--allow-all-external`` within a requirements file.
* Fixed an issue where ``--user`` could not be used when ``--prefix`` was used
in a distutils configuration file.
* Fixed an issue where the SOABI tags were not correctly being generated on
Python 3.5.
* Fixed an issue where we were advising windows users to upgrade by directly
executing pip, when that would always fail on Windows.
* Allow ``~`` to be expanded within a cache directory in all situations.
**7.0.3 (2015-06-01)**
* Fixed a regression where ``--no-cache-dir`` would raise an exception, fixes