diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-04 21:10:26 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-04 21:10:26 -0400 |
| commit | 33e77c0d445a36a29695575484ec85acc87678e6 (patch) | |
| tree | f4f388ad8c5065f639e2aa3b15339d1ac3676baf /CHANGES.txt | |
| parent | 132ef1524599896fd97bc1477d86a339bcf51415 (diff) | |
| parent | 9b6dfd8fcd35777b17a132ee0475d25ab1e6ac92 (diff) | |
| download | python-setuptools-git-33e77c0d445a36a29695575484ec85acc87678e6.tar.gz | |
Merge another fix for regressions brought about by #375.0.6.49
--HG--
branch : distribute
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3efef119..67430518 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,14 @@ CHANGES ======= ------ +0.6.49 +------ + +* Move warning check in ``get_cache_path`` to follow the directory creation + to avoid errors when the cache path does not yet exist. Fixes the error + reported in #375. + +------ 0.6.48 ------ |
