diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-05-30 19:55:50 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-05-30 19:55:50 -0400 |
| commit | daaeffc5ab0218a63c804ba873ce5d019aef4839 (patch) | |
| tree | 661ef3f8de020177f8112e17c51b0a36a69cdfc2 | |
| parent | fcdf12ee7fdf43c9dded5b68232a0fb3376d4858 (diff) | |
| download | external_python_setuptools-daaeffc5ab0218a63c804ba873ce5d019aef4839.tar.gz external_python_setuptools-daaeffc5ab0218a63c804ba873ce5d019aef4839.tar.bz2 external_python_setuptools-daaeffc5ab0218a63c804ba873ce5d019aef4839.zip | |
Update changelog
| -rw-r--r-- | CHANGES.rst | 11 |
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 ------- |
