aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-05-30 19:55:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-05-30 19:55:50 -0400
commitdaaeffc5ab0218a63c804ba873ce5d019aef4839 (patch)
tree661ef3f8de020177f8112e17c51b0a36a69cdfc2
parentfcdf12ee7fdf43c9dded5b68232a0fb3376d4858 (diff)
downloadexternal_python_setuptools-daaeffc5ab0218a63c804ba873ce5d019aef4839.tar.gz
external_python_setuptools-daaeffc5ab0218a63c804ba873ce5d019aef4839.tar.bz2
external_python_setuptools-daaeffc5ab0218a63c804ba873ce5d019aef4839.zip
Update changelog
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1ac719df..bc13fd8c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,14 @@
+v36.0.0
+-------
+
+* #980 and others: Once again, Setuptools vendors all
+ of its dependencies. It seems to be the case that in
+ the Python ecosystem, all build tools must run without
+ any dependencies (build, runtime, or otherwise). At
+ such a point that a mechanism exists that allows
+ build tools to have dependencies, Setuptools will adopt
+ it.
+
v35.0.2
-------