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

Update the changelog for 7.1.1

This commit is contained in:
Donald Stufft 2015-08-20 16:48:49 -04:00
parent c1abf9e880
commit 11409decc5

View file

@ -1,4 +1,30 @@
**7.2.0 (unreleased)**
**7.1.1 (unreleased)**
* Check that the wheel cache directory is writable before we attempt to write
cached files to them.
* Move the pip version check until *after* any installs have been performed,
thus removing the extraenous warning when upgrading pip.
* Added debug logging when using a cached wheel.
* Respect platlib by default on platforms that have it separated from purlib.
* Upgrade packaging to 15.3.
* Normalize post-release spellings for rev/r prefixes.
* Upgrade distlib to 0.2.1.
* Updated launchers to decode shebangs using UTF-8. This allows non-ASCII
pathnames to be correctly handled.
* Ensured that the executable written to shebangs is normcased.
* Changed ScriptMaker to work better under Jython.
* Upgrade ipaddress to 1.0.13.
**7.1.0 (2015-06-30)**