diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-28 11:05:47 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-28 11:05:47 -0400 |
commit | 34e0ed958b2a56ceb394e15f189ea9f932af0785 (patch) | |
tree | f29e7e1435c38d7bf284281388b06769bf72cf83 | |
parent | 6bb8f3a708241aed3e64a24e71800dd6742d54df (diff) | |
download | external_python_setuptools-34e0ed958b2a56ceb394e15f189ea9f932af0785.tar.gz external_python_setuptools-34e0ed958b2a56ceb394e15f189ea9f932af0785.tar.bz2 external_python_setuptools-34e0ed958b2a56ceb394e15f189ea9f932af0785.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 018407fa..61fd91df 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,20 @@ CHANGES ======= +---- +15.0 +---- + +* Pull Request #126: DistributionNotFound message now lists the package or + packages that required it. E.g.:: + + pkg_resources.DistributionNotFound: The 'colorama>=0.3.1' distribution was not found and is required by smlib.log. + + Note that zc.buildout once dependended on the string rendering of this + message to determine the package that was not found. This expectation + has since been changed, but older versions of buildout may experience + problems. + ------ 14.3.1 ------ |