diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-28 14:18:09 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-28 14:18:09 -0500 |
commit | d08cc2fa5e104bcbfef319d31a8dc219b34231e9 (patch) | |
tree | 65311ceb324784e1e3c102189486448c280e9f72 | |
parent | a01aa65564e27fad48f7f8e788b17ff82a9ef660 (diff) | |
download | python-setuptools-bitbucket-d08cc2fa5e104bcbfef319d31a8dc219b34231e9.tar.gz |
Update changelog. Fixes #419.
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index fa89b09b..32e516d5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,9 @@ CHANGES * Pull Request #158: Honor `PEP-488 <https://www.python.org/dev/peps/pep-0488/>`_ when excluding files for namespace packages. +* Issue #419 and Pull Request #144: Add experimental support for + reading the version info from distutils-installed metadata rather + than using the version in the filename. ------ 18.6.1 |