diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-14 17:30:06 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-14 17:30:06 -0500 |
commit | 0f8f0542eb843e0d84ab551bf2e92fd3cdd6b727 (patch) | |
tree | ce72a49604060cc7403dc3046bf32249fb04c971 | |
parent | e27bb7d12b73046f4805025fd2a53fc6bb3b1dfa (diff) | |
download | external_python_setuptools-8.0.2.tar.gz external_python_setuptools-8.0.2.tar.bz2 external_python_setuptools-8.0.2.zip |
Update changelog8.0.2
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 331cfd3f..9d5955f7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ----- +8.0.2 +----- + +* Issue #296: Restored support for ``__getitem__`` and sort operations on + parse_version result. + +----- 8.0.1 ----- |