diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-03-17 14:27:55 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-03-17 14:28:20 -0400 |
commit | 6c2bccf360b7587cccbd59dd0b0b6081604f77c6 (patch) | |
tree | c14b961477b271387318019ee03fece2f1a0f37d | |
parent | 7dd1e4e68899f7f5543dabe81363b95ad907446c (diff) | |
download | external_python_setuptools-6c2bccf360b7587cccbd59dd0b0b6081604f77c6.tar.gz external_python_setuptools-6c2bccf360b7587cccbd59dd0b0b6081604f77c6.tar.bz2 external_python_setuptools-6c2bccf360b7587cccbd59dd0b0b6081604f77c6.zip |
Update changelog. Fixes #1296.
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 93eca56d..8fae9816 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,9 @@ v39.0.0 ------- +* #1296: Setuptools now vendors its own direct dependencies, no + longer relying on the dependencies as vendored by pkg_resources. + * #296: Removed long-deprecated support for iteration on Version objects as returned by ``pkg_resources.parse_version``. Removed the ``SetuptoolsVersion`` and |