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

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

View file

@ -17,6 +17,9 @@
* **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`).