diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-22 22:54:58 +0200 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-22 22:54:58 +0200 |
commit | 3762e907f5a0a081c79eaa571051f38c711308af (patch) | |
tree | 9372029480850b47d1c459c3b77370a8eb3db18f | |
parent | 9caf92acf6972f283f368aa42ed186aafb28502b (diff) | |
download | external_python_setuptools-3762e907f5a0a081c79eaa571051f38c711308af.tar.gz external_python_setuptools-3762e907f5a0a081c79eaa571051f38c711308af.tar.bz2 external_python_setuptools-3762e907f5a0a081c79eaa571051f38c711308af.zip |
Update changelog0.9.7
-rw-r--r-- | CHANGES.txt | 7 |
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 ----- |