summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3395.change.rst2
-rw-r--r--changelog.d/3435.misc.rst1
2 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/3395.change.rst b/changelog.d/3395.change.rst
deleted file mode 100644
index f4947074..00000000
--- a/changelog.d/3395.change.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Included a performance optimization: ``setuptools.build_meta`` no longer tries
-to :func:`compile` the setup script code before :func:`exec`-ing it.
diff --git a/changelog.d/3435.misc.rst b/changelog.d/3435.misc.rst
deleted file mode 100644
index 82780290..00000000
--- a/changelog.d/3435.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Corrected issue in macOS framework builds on Python 3.9 not installed by homebrew (pypa/distutils#158).