Add warning for forward compatibility breakage (#4079)

in the cache for chunked responses (cf issue #4078)
This commit is contained in:
Xavier Fernandez 2016-11-03 23:37:17 +01:00 committed by Donald Stufft
parent 7f1c180e70
commit 47c3dd5d0f
1 changed files with 4 additions and 1 deletions

View File

@ -14,9 +14,12 @@
removed in the future. This "feature" has a long list of drawbacks which
break nearly all of pip's other features in subtle and hard-to-diagnose
ways.
* **DEPRECATION** ``--default-vcs`` option (:issue:`4052`).
* **WARNING** pip 9 cache can break forward compatibility with previous pip
versions if your package repository allows chunked responses (:issue:`4078`).
* Add a ``pip check`` command to check installed packages dependencies
(:pull:`3750`).