aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-28 11:05:47 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-03-28 11:05:47 -0400
commit34e0ed958b2a56ceb394e15f189ea9f932af0785 (patch)
treef29e7e1435c38d7bf284281388b06769bf72cf83
parent6bb8f3a708241aed3e64a24e71800dd6742d54df (diff)
downloadexternal_python_setuptools-34e0ed958b2a56ceb394e15f189ea9f932af0785.tar.gz
external_python_setuptools-34e0ed958b2a56ceb394e15f189ea9f932af0785.tar.bz2
external_python_setuptools-34e0ed958b2a56ceb394e15f189ea9f932af0785.zip
Update changelog
-rw-r--r--CHANGES.txt14
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
------