diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-16 17:17:52 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-16 17:17:52 -0500 |
commit | 38f276fb8b9ef77c7f34d11460f0ba072def3467 (patch) | |
tree | f9383e15e79e8855a3f058c35dee458beb1345bc | |
parent | 8a304f31a541944339fed6fe931dd5024d3f0897 (diff) | |
download | external_python_setuptools-38f276fb8b9ef77c7f34d11460f0ba072def3467.tar.gz external_python_setuptools-38f276fb8b9ef77c7f34d11460f0ba072def3467.tar.bz2 external_python_setuptools-38f276fb8b9ef77c7f34d11460f0ba072def3467.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c8a9f8ab..06c6aad1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,11 +2,17 @@ CHANGES ======= -19.3.1 ------- +19.4 +---- * Issue #341: Correct error in path handling of package data files in ``build_py`` command when package is empty. +* Distribute #323, Issue #141, Issue #207, and + Pull Request #167: Another implementation of + ``pkg_resources.WorkingSet`` and ``pkg_resources.Distribution`` + that supports replacing an extant package with a new one, + allowing for setup_requires dependencies to supersede installed + packages for the session. ---- 19.3 |