summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-07-04 13:24:32 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-07-04 13:24:32 +0100
commit241b5290508def8fc121e13577ecb1f9b6a35cf1 (patch)
tree09b0c2100a7c820d576e1be55c2b6864a7b2825f
parente1c6701e8cf96a125d0e7c593bb04daee81770ef (diff)
downloadpython-setuptools-git-241b5290508def8fc121e13577ecb1f9b6a35cf1.tar.gz
Remove outdated part in news fragment
-rw-r--r--changelog.d/3395.change.rst9
1 files changed, 2 insertions, 7 deletions
diff --git a/changelog.d/3395.change.rst b/changelog.d/3395.change.rst
index d92366ec..f4947074 100644
--- a/changelog.d/3395.change.rst
+++ b/changelog.d/3395.change.rst
@@ -1,7 +1,2 @@
-Included two performance optimizations:
-
-- ``setuptools.build_meta`` no longer tries to :func:`compile` the setup script code
- before :func:`exec`-ing it.
-
-- ``setuptools.dist`` no longer tries to install missing dependencies for entry-points
- that do not have any ``extras``.
+Included a performance optimization: ``setuptools.build_meta`` no longer tries
+to :func:`compile` the setup script code before :func:`exec`-ing it.