diff options
author | Paul Ganssle <paul@ganssle.io> | 2018-11-02 20:46:29 -0400 |
---|---|---|
committer | Paul Ganssle <paul@ganssle.io> | 2018-11-02 20:53:46 -0400 |
commit | b2cbe8606a12913c12b9a1fe3f5f8c0f8082c296 (patch) | |
tree | 19c938e69c30c7e7139b6334a6c90f901d1feb96 | |
parent | 7a3e4b4169d5f65714f1302aff6c420237ff9295 (diff) | |
download | external_python_setuptools-b2cbe8606a12913c12b9a1fe3f5f8c0f8082c296.tar.gz external_python_setuptools-b2cbe8606a12913c12b9a1fe3f5f8c0f8082c296.tar.bz2 external_python_setuptools-b2cbe8606a12913c12b9a1fe3f5f8c0f8082c296.zip |
Add changelog for PR #1572
-rw-r--r-- | changelog.d/1572.misc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1572.misc.rst b/changelog.d/1572.misc.rst new file mode 100644 index 00000000..aa3ab7ae --- /dev/null +++ b/changelog.d/1572.misc.rst @@ -0,0 +1 @@ +Added the ``concurrent.futures`` backport ``futures`` to the Python 2.7 test suite requirements. |