aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1697.change.rst1
-rw-r--r--changelog.d/1749.change.rst1
-rw-r--r--changelog.d/1750.change.rst1
-rw-r--r--changelog.d/1860.doc.rst1
-rw-r--r--changelog.d/1878.change.rst1
-rw-r--r--changelog.d/1884.doc.rst1
6 files changed, 3 insertions, 3 deletions
diff --git a/changelog.d/1697.change.rst b/changelog.d/1697.change.rst
deleted file mode 100644
index 44818b3c..00000000
--- a/changelog.d/1697.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Moved most of the constants from setup.py to setup.cfg
diff --git a/changelog.d/1749.change.rst b/changelog.d/1749.change.rst
deleted file mode 100644
index de678072..00000000
--- a/changelog.d/1749.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed issue with the PEP 517 backend where building a source distribution would fail if any tarball existed in the destination directory.
diff --git a/changelog.d/1750.change.rst b/changelog.d/1750.change.rst
deleted file mode 100644
index 7a22229e..00000000
--- a/changelog.d/1750.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist.
diff --git a/changelog.d/1860.doc.rst b/changelog.d/1860.doc.rst
new file mode 100644
index 00000000..f3554643
--- /dev/null
+++ b/changelog.d/1860.doc.rst
@@ -0,0 +1 @@
+Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0.
diff --git a/changelog.d/1878.change.rst b/changelog.d/1878.change.rst
new file mode 100644
index 00000000..0774b5d3
--- /dev/null
+++ b/changelog.d/1878.change.rst
@@ -0,0 +1 @@
+Formally deprecated the ``test`` command, with the recommendation that users migrate to ``tox``.
diff --git a/changelog.d/1884.doc.rst b/changelog.d/1884.doc.rst
new file mode 100644
index 00000000..45615d5d
--- /dev/null
+++ b/changelog.d/1884.doc.rst
@@ -0,0 +1 @@
+Added a trove classifier to document support for Python 3.8.