summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-02 12:06:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-02 12:06:51 -0400
commitd7640129c2464206fe1431411c8603e7994ca55c (patch)
treee4e92680d719026f6019331e126ae4830102fca2 /CHANGES.txt
parent50b0b7602fcda151cbf4ddfdade6abef96c9dd3f (diff)
parent83c974c56ebc4689171913da1a6af3249b56ec6d (diff)
downloadpython-setuptools-git-d7640129c2464206fe1431411c8603e7994ca55c.tar.gz
Merge
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt14
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
------