aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-28 07:27:00 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-28 07:27:00 -0400
commit7339f2c1cea8fa5275b699f494300a309d58c580 (patch)
treeb20388120f8a5c3c5e97aa5ee60538f74b4e7b46 /changelog.d
parent11051abd79b04782d759720a4d9dac2d2bbbf49c (diff)
downloadexternal_python_setuptools-47.0.0.tar.gz
external_python_setuptools-47.0.0.tar.bz2
external_python_setuptools-47.0.0.zip
Bump version: 46.4.0 → 47.0.0v47.0.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1700.change.rst1
-rw-r--r--changelog.d/2094.breaking.rst1
2 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/1700.change.rst b/changelog.d/1700.change.rst
deleted file mode 100644
index f66046a2..00000000
--- a/changelog.d/1700.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Document all supported keywords by migrating the ones from distutils.
diff --git a/changelog.d/2094.breaking.rst b/changelog.d/2094.breaking.rst
deleted file mode 100644
index c278d0fd..00000000
--- a/changelog.d/2094.breaking.rst
+++ /dev/null
@@ -1 +0,0 @@
-Setuptools now actively crashes under Python 2. Python 3.5 or later is required. Users of Python 2 should use ``setuptools<45``.