summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-27 08:55:25 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-27 08:55:25 -0400
commitbeec7ff9b0e301e6fffb21f9a8d999829eb8e678 (patch)
treebf3f144df5546fa977b131967dead57a18d45ebb /CHANGES.rst
parent691e6ac03339d6aef045e05872b286d91e9f49b9 (diff)
downloadpython-setuptools-git-beec7ff9b0e301e6fffb21f9a8d999829eb8e678.tar.gz
Rely on appdirs for resolving a cache dir for Python-Eggs. Fixes #763.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5e5bd614..78cea807 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,14 @@
CHANGES
=======
+v26.1.0
+-------
+
+* #763: ``pkg_resources.get_default_cache`` now defers to the
+ `appdirs project <https://pypi.org/project/appdirs>`_ to
+ resolve the cache directory. Adds a vendored dependency on
+ appdirs to pkg_resources.
+
v26.0.0
-------