diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-05-03 12:56:24 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-05-03 12:56:24 -0400 |
commit | 0e086ac6e1b12a1db040e1852ca524c625bc53fe (patch) | |
tree | 14766674276a9acfda73cf57de1833e4cea2587b | |
parent | 0cc8362038f6feb3ede00ee9ce8ba8c7d04940d9 (diff) | |
download | external_python_setuptools-0e086ac6e1b12a1db040e1852ca524c625bc53fe.tar.gz external_python_setuptools-0e086ac6e1b12a1db040e1852ca524c625bc53fe.tar.bz2 external_python_setuptools-0e086ac6e1b12a1db040e1852ca524c625bc53fe.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d10e2188..089077b4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ---- +15.3 +---- + +* Pull Request #130: Better error messages for errors in + parsed requirements. + +---- 15.2 ---- |