diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 12:06:51 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 12:06:51 -0400 |
| commit | d7640129c2464206fe1431411c8603e7994ca55c (patch) | |
| tree | e4e92680d719026f6019331e126ae4830102fca2 /CHANGES.txt | |
| parent | 50b0b7602fcda151cbf4ddfdade6abef96c9dd3f (diff) | |
| parent | 83c974c56ebc4689171913da1a6af3249b56ec6d (diff) | |
| download | python-setuptools-git-d7640129c2464206fe1431411c8603e7994ca55c.tar.gz | |
Merge
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 894c27c5..35a0b7ce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,13 @@ CHANGES conversion. ----- +0.7.7 +----- + +* Distribute #375: Repair AttributeError created in last release (redo). +* Issue #30: Added test for get_cache_path. + +----- 0.7.6 ----- @@ -76,6 +83,13 @@ Added several features that were slated for setuptools 0.6c12: * Issue #3: Fixed NameError in SSL support. ------ +0.6.48 +------ + +* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in + 0.6.46 (redo). + +------ 0.6.47 ------ |
