summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Fernandez <xav.fernandez@gmail.com>2016-11-03 23:37:17 +0100
committerDonald Stufft <donald@stufft.io>2016-11-03 18:37:16 -0400
commit47c3dd5d0f52aba84b196926a54e8a26c4d5a1cc (patch)
tree7223903f059409975c0024f000b060a8926996c8
parent7f1c180e706192be173fe46f7a3be6e79e8df04d (diff)
downloadpip-47c3dd5d0f52aba84b196926a54e8a26c4d5a1cc.tar.gz
Add warning for forward compatibility breakage (#4079)
in the cache for chunked responses (cf issue #4078)
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 447acd5b3..2497eee35 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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`).