diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-15 13:27:25 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-15 13:27:25 -0500 |
commit | 23b3e1f57c5fab2b8aee73169ddfe19a6fc46a94 (patch) | |
tree | 9e8f42f62cb5d79926ee453e47b7a028840e22f0 | |
parent | c0d31b5915055be20b8593170cddb85770b9ccc9 (diff) | |
download | python-setuptools-git-8.0.3.tar.gz |
Update changelog8.0.3
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9d5955f7..866535db 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,12 @@ CHANGES ======= ----- +8.0.3 +----- + +* Issue #296: Restored support for ``__hash__`` on parse_version results. + +----- 8.0.2 ----- |