summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-04 23:01:57 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-07-04 23:01:57 -0400
commit4b64119ab29b1418dc4975ea4212ab38f112c2ab (patch)
treee18a4bca9e5853d5fad13a0d7def424fe68f3799 /changelog.d
parent20337b4821a64c97ce37f866d15d93c24f0deebb (diff)
downloadpython-setuptools-git-4b64119ab29b1418dc4975ea4212ab38f112c2ab.tar.gz
Bump version: 57.0.0 → 57.1.0v57.1.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2604.doc.rst6
-rw-r--r--changelog.d/2692.change.rst1
-rw-r--r--changelog.d/2714.change.rst1
-rw-r--r--changelog.d/2715.change.rst1
4 files changed, 0 insertions, 9 deletions
diff --git a/changelog.d/2604.doc.rst b/changelog.d/2604.doc.rst
deleted file mode 100644
index 0371d4df..00000000
--- a/changelog.d/2604.doc.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-Revamped the backward/cross tool compatibility section to remove
-some confusion.
-Add some examples and the version since when ``entry_points`` are
-supported in declarative configuration.
-Tried to make the reading flow a bit leaner, gather some informations
-that were a bit dispersed.
diff --git a/changelog.d/2692.change.rst b/changelog.d/2692.change.rst
deleted file mode 100644
index 2a778d88..00000000
--- a/changelog.d/2692.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Globs are now sorted in 'license_files' restoring reproducibility by eliminating variance from disk order.
diff --git a/changelog.d/2714.change.rst b/changelog.d/2714.change.rst
deleted file mode 100644
index 788da7cc..00000000
--- a/changelog.d/2714.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Update to distutils at pypa/distutils@e2627b7.
diff --git a/changelog.d/2715.change.rst b/changelog.d/2715.change.rst
deleted file mode 100644
index 52a5ef79..00000000
--- a/changelog.d/2715.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Removed reliance on deprecated ssl.match_hostname by removing the ssl support. Now any index operations rely on the native SSL implementation.