summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-17 11:28:44 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-17 11:28:44 -0400
commit3e72e7f7eacca7db638f7230f93cf696d49c77bf (patch)
tree5e696d38763d9ec86ec7ec583ee974ea886029e1 /CHANGES.txt
parentd00b66d5f530da930fdd89cdfdf0ff954f88a141 (diff)
downloadpython-setuptools-git-3e72e7f7eacca7db638f7230f93cf696d49c77bf.tar.gz
Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2c1af0c5..6e993ada 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,13 @@ CHANGES
=======
-----
+0.9.6
+-----
+
+* Issue #44: Test failure on Python 2.4 when MD5 hash doesn't have a `.name`
+ attribute.
+
+-----
0.9.5
-----