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 | 65036cf1fd4454d09513482140f1a6524ca66100 (patch) | |
tree | 5b6b0e730d13353524c8ee9804f76ebb6e0da71f | |
parent | bfe37ff89c87132870d2d64609e58dfe2cafdd7d (diff) | |
download | external_python_setuptools-65036cf1fd4454d09513482140f1a6524ca66100.tar.gz external_python_setuptools-65036cf1fd4454d09513482140f1a6524ca66100.tar.bz2 external_python_setuptools-65036cf1fd4454d09513482140f1a6524ca66100.zip |
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 |