diff --git a/docs/changelog.rst b/docs/changelog.rst index 6a193cba3..bec6fa2a3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,18 @@ Release History .. towncrier release notes start +v20.24.5 (2023-09-08) +--------------------- + +Bugfixes - 20.24.5 +~~~~~~~~~~~~~~~~~~ +- Declare PyPy 3.10 support - by :user:`cclauss`. (:issue:`2638`) +- Brew on macOS no longer allows copy builds - disallow choosing this by :user:`gaborbernat`. (:issue:`2640`) +- Upgrade embedded wheels: + + * setuptools to ``68.2.0`` from ``68.1.2`` (:issue:`2642`) + + v20.24.4 (2023-08-30) --------------------- diff --git a/docs/changelog/2638.bugfix.rst b/docs/changelog/2638.bugfix.rst deleted file mode 100644 index 86ff0cedc..000000000 --- a/docs/changelog/2638.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Declare PyPy 3.10 support - by :user:`cclauss`. diff --git a/docs/changelog/2640.bugfix.rst b/docs/changelog/2640.bugfix.rst deleted file mode 100644 index cd9c37168..000000000 --- a/docs/changelog/2640.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Brew on macOS no longer allows copy builds - disallow choosing this by :user:`gaborbernat`. diff --git a/docs/changelog/2642.bugfix.rst b/docs/changelog/2642.bugfix.rst deleted file mode 100644 index d91a4f0e7..000000000 --- a/docs/changelog/2642.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Upgrade embedded wheels: - -* setuptools to ``68.2.0`` from ``68.1.2``