diff --git a/docs/changelog.rst b/docs/changelog.rst index 3ef3de6b5..2588de509 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,17 @@ Release History .. towncrier release notes start +v20.24.2 (2023-07-24) +--------------------- + +Bugfixes - 20.24.2 +~~~~~~~~~~~~~~~~~~ +- Upgrade embedded wheels: + + * pip to ``23.2.1`` from ``23.2`` + * wheel to ``0.41.0`` from ``0.40.0`` (:issue:`2614`) + + v20.24.1 (2023-07-19) --------------------- diff --git a/docs/changelog/2614.bugfix.rst b/docs/changelog/2614.bugfix.rst deleted file mode 100644 index 70088a69f..000000000 --- a/docs/changelog/2614.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -Upgrade embedded wheels: - -* pip to ``23.2.1`` from ``23.2`` -* wheel to ``0.41.0`` from ``0.40.0``