diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-04 14:35:30 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-04 14:35:30 -0500 |
commit | 9974d0bd67352392328a3dda07699e80cc90596c (patch) | |
tree | c212ec685abc36c0088b87923a5d7765af3a508c | |
parent | 0b7d713f812e7d84f143bd84f0734ae77169bb68 (diff) | |
download | python-setuptools-git-11.1.tar.gz |
Update changelog11.1
-rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 62ab4301..8fc9e981 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,17 @@ CHANGES ======= ---- +11.1 +---- + +* Issue #281: Since Setuptools 6.1 (Issue #268), a ValueError would be raised + in certain cases where VersionConflict was raised with two arguments, which + occurred in ``pkg_resources.WorkingSet.find``. This release adds support + for indicating the dependent packages while maintaining support for + a VersionConflict when no dependent package context is known. New unit tests + now capture the expected interface. + +---- 11.0 ---- |