aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-04-15 09:54:47 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-04-15 09:54:47 -0500
commit17720e7ce95523f013bca29ff5913e3317eb5ac1 (patch)
tree2e7afaf7a4eac5a23c3aa3002911aec8e224020d
parent3ac5bbe706db603da38dd0bc0c6028bc33c30e4f (diff)
downloadexternal_python_setuptools-17720e7ce95523f013bca29ff5913e3317eb5ac1.tar.gz
external_python_setuptools-17720e7ce95523f013bca29ff5913e3317eb5ac1.tar.bz2
external_python_setuptools-17720e7ce95523f013bca29ff5913e3317eb5ac1.zip
Update changelog. Ref #1014.
-rw-r--r--CHANGES.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 18583f0b..e6691486 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,16 @@
+v35.0.0
+-------
+
+* #436: In egg_info.manifest_maker, no longer read
+ the file list from the manifest file, and instead
+ re-build it on each build. In this way, files removed
+ from the specification will not linger in the manifest.
+ As a result, any files manually added to the manifest
+ will be removed on subsequent egg_info invocations.
+ No projects should be manually adding files to the
+ manifest and should instead use MANIFEST.in or SCM
+ file finders to force inclusion of files in the manifest.
+
v34.4.1
-------