diff --git a/docs/changelog.rst b/docs/changelog.rst index bec6fa2a3..53468420d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,18 @@ Release History .. towncrier release notes start +v20.24.6 (2023-10-23) +--------------------- + +Bugfixes - 20.24.6 +~~~~~~~~~~~~~~~~~~ +- Use get_hookimpls method instead of the private attribute in tests. (:issue:`2649`) +- Upgrade embedded wheels: + + * setuptools to ``68.2.2`` from ``68.2.0`` + * pip to ``23.3.1`` from ``23.2.1`` (:issue:`2656`) + + v20.24.5 (2023-09-08) --------------------- diff --git a/docs/changelog/2649.bugfix.rst b/docs/changelog/2649.bugfix.rst deleted file mode 100644 index 32cbb383c..000000000 --- a/docs/changelog/2649.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Use get_hookimpls method instead of the private attribute in tests. diff --git a/docs/changelog/2656.bugfix.rst b/docs/changelog/2656.bugfix.rst deleted file mode 100644 index ba20382d4..000000000 --- a/docs/changelog/2656.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -Upgrade embedded wheels: - -* setuptools to ``68.2.2`` from ``68.2.0`` -* pip to ``23.3.1`` from ``23.2.1``