summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-06-01 17:24:11 -0400
committerDonald Stufft <donald@stufft.io>2015-06-01 17:24:11 -0400
commit0ebc37d17aa54a053d5e44d9d3aad4e03bdba66a (patch)
treef07955ada6a4352d4c00995f3ddefb6b382f4b1e /CHANGES.txt
parent70c200be7eea15bd547d69d8a0bfb42fbaee497b (diff)
downloadpip-0ebc37d17aa54a053d5e44d9d3aad4e03bdba66a.tar.gz
Expand ~ in the wheel cache directory
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 80bb4231b..c0029caf1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,9 @@
options interleaved with requirements, version specifiers etc in
``requirements`` files. (:pull:`2841`)
+* Expand ``~`` in the cache directory when caching wheels, fixes :issue:`2816`.
+
+
**7.0.1 (2015-05-22)**
* Don't build and cache wheels for non-editable installations from VCSs.