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

Update changelog for backward incompatibility

This commit is contained in:
Xavier Fernandez 2015-10-01 23:41:40 +02:00
parent 1a012bb63b
commit 7e02e5c4f8

View file

@ -11,6 +11,10 @@
* **BACKWARD INCOMPATIBLE** Remove the ``--log-explicit-levels`` which had been
deprecated in 6.0.
* **BACKWARD INCOMPATIBLE** Abort installation of editable if the
provided #egg=name part does not match the metadata produced by
`setup.py egg_info`. :issue:`3143`.
* Deprecate and no-op the ``--allow-external``, ``--allow-all-external``, and
``--allow-unverified`` functionality that was added as part of PEP 438. With
changes made to the repository protocol made in PEP 470, these options are no
@ -34,9 +38,6 @@
* Fix user directory expansion when ``HOME=/``. Workaround for Python bug
http://bugs.python.org/issue14768, reported in :issue:`2996`.
* Abort installation of editable if the provided #egg=name part does not
match the metadata produced by `setup.py egg_info`. :issue:`3143`.
**7.1.2 (2015-08-22)**