summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1905.change.rst1
-rw-r--r--changelog.d/1941.change.rst4
-rw-r--r--changelog.d/1968.misc.rst1
-rw-r--r--changelog.d/1981.change.rst1
-rw-r--r--changelog.d/1985.change.rst1
5 files changed, 0 insertions, 8 deletions
diff --git a/changelog.d/1905.change.rst b/changelog.d/1905.change.rst
deleted file mode 100644
index f0e07a18..00000000
--- a/changelog.d/1905.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed defect in _imp, introduced in 41.6.0 when the 'tests' directory is not present.
diff --git a/changelog.d/1941.change.rst b/changelog.d/1941.change.rst
deleted file mode 100644
index a41cdcfe..00000000
--- a/changelog.d/1941.change.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Improve editable installs with PEP 518 build isolation:
-
-* The ``--user`` option is now always available. A warning is issued if the user site directory is not available.
-* The error shown when the install directory is not in ``PYTHONPATH`` has been turned into a warning.
diff --git a/changelog.d/1968.misc.rst b/changelog.d/1968.misc.rst
deleted file mode 100644
index 4aa5343f..00000000
--- a/changelog.d/1968.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add flake8-2020 to check for misuse of sys.version or sys.version_info.
diff --git a/changelog.d/1981.change.rst b/changelog.d/1981.change.rst
deleted file mode 100644
index c5713d9b..00000000
--- a/changelog.d/1981.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Setuptools now declares its ``tests`` and ``docs`` dependencies in metadata (extras).
diff --git a/changelog.d/1985.change.rst b/changelog.d/1985.change.rst
deleted file mode 100644
index 33698b88..00000000
--- a/changelog.d/1985.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add support for installing scripts in environments where bdist_wininst is missing (i.e. Python 3.9).