summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.