summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-24 10:33:26 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-24 10:33:26 +0100
commit9ae64dca68c3213b7d3b80655d3a9a0cdc71e47d (patch)
treebac4d99dbe58ff79b6a50e4bb56d3a72c996af59
parentc0d9f43bcd3140fb4213d57675ae9beaec5607a3 (diff)
downloadpython-setuptools-git-9ae64dca68c3213b7d3b80655d3a9a0cdc71e47d.tar.gz
Use past tense in news entry
-rw-r--r--CHANGES.rst2
-rw-r--r--changelog.d/3561.misc.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 09a7c1bc..4ce565f5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -50,7 +50,7 @@ Documentation changes
Misc
^^^^
-* #3526: Fix backward compatibility of editable installs and custom ``build_ext``
+* #3526: Fixed backward compatibility of editable installs and custom ``build_ext``
commands inheriting directly from ``distutils``.
* #3528: Fixed ``buid_meta.prepare_metadata_for_build_wheel`` when
given ``metadata_directory`` is ``"."``.
diff --git a/changelog.d/3561.misc.rst b/changelog.d/3561.misc.rst
index 12158e40..cb4781ef 100644
--- a/changelog.d/3561.misc.rst
+++ b/changelog.d/3561.misc.rst
@@ -1 +1 @@
-Fix accidental name matching in editable hooks.
+Fixed accidental name matching in editable hooks.