aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-22 22:54:58 +0200
committerJason R. Coombs <jaraco@jaraco.com>2013-07-22 22:54:58 +0200
commit3762e907f5a0a081c79eaa571051f38c711308af (patch)
tree9372029480850b47d1c459c3b77370a8eb3db18f
parent9caf92acf6972f283f368aa42ed186aafb28502b (diff)
downloadexternal_python_setuptools-3762e907f5a0a081c79eaa571051f38c711308af.tar.gz
external_python_setuptools-3762e907f5a0a081c79eaa571051f38c711308af.tar.bz2
external_python_setuptools-3762e907f5a0a081c79eaa571051f38c711308af.zip
Update changelog0.9.7
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6e993ada..301b7181 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,13 @@ CHANGES
=======
-----
+0.9.7
+-----
+
+* Issue #49: Correct AttributeError on PyPy where a hashlib.HASH object does
+ not have a `.name` attribute.
+
+-----
0.9.6
-----