From b6ae8e7b716f5207f5e67ae06461a7cd837641e3 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 16 Jan 2016 17:17:52 -0500 Subject: Update changelog --- CHANGES.txt | 10 ++++++++-- 1 file 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 -- cgit v1.2.1