diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-15 13:09:32 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-15 13:09:32 -0400 |
commit | 8750c6386b57142cbc6a28e78a68b2075baf610e (patch) | |
tree | 0a63b67da46fa6f5fb1b837f053656094580d194 | |
parent | d4cd26a8fa8df163a03a61366fba2eebf1424a35 (diff) | |
download | python-setuptools-git-0.9.2.tar.gz |
Update changelog0.9.2
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ba965b69..48eca12b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ----- +0.9.2 +----- + +* Issue #42: Fix regression where blank checksums would trigger an + ``AttributeError``. + +----- 0.9.1 ----- |