diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-15 08:15:36 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-15 08:15:36 -0400 |
| commit | 4ffb1b7d89010474216e3baabef175c139aa4522 (patch) | |
| tree | 651c56a9eb34c616d432c0a622a3613b8b533554 | |
| parent | 4a4ca5aefb4d78046f16adbdcc2ce96f262522b2 (diff) | |
| download | python-setuptools-git-4ffb1b7d89010474216e3baabef175c139aa4522.tar.gz | |
Update changelog
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3e72eaa1..ca15f587 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,14 @@ CHANGES ======= +---- +14.2 +---- + +* Issue #137: Update ``Distribution.hashcmp`` so that Distributions with + None for pyversion or platform can be compared against Distributions + defining those attributes. + ------ 14.1.1 ------ |
