From b48083528adb19f094d7a7920e9b6238ec11aef9 Mon Sep 17 00:00:00 2001 From: "disnake-bot[bot]" <139079794+disnake-bot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:54:00 +0000 Subject: [PATCH] docs: build changelog --- changelog/1180.doc.rst | 1 - changelog/1228.feature.rst | 1 - changelog/1228.misc.rst | 1 - changelog/1241.bugfix.rst | 1 - docs/whats_new.rst | 22 ++++++++++++++++++++++ 5 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 changelog/1180.doc.rst delete mode 100644 changelog/1228.feature.rst delete mode 100644 changelog/1228.misc.rst delete mode 100644 changelog/1241.bugfix.rst diff --git a/changelog/1180.doc.rst b/changelog/1180.doc.rst deleted file mode 100644 index 1ef07bb612..0000000000 --- a/changelog/1180.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Adding some clarifying documentation around the type of :attr:`AuditLogEntry.extra` when the action is :attr:`~AuditLogAction.overwrite_create`. diff --git a/changelog/1228.feature.rst b/changelog/1228.feature.rst deleted file mode 100644 index 5457283ab9..0000000000 --- a/changelog/1228.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add support for ``aead_xchacha20_poly1305_rtpsize`` encryption mode for voice connections, and remove deprecated ``xsalsa20_poly1305*`` modes. diff --git a/changelog/1228.misc.rst b/changelog/1228.misc.rst deleted file mode 100644 index 505effd2b8..0000000000 --- a/changelog/1228.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Raise PyNaCl version requirement to ``v1.5.0``. diff --git a/changelog/1241.bugfix.rst b/changelog/1241.bugfix.rst deleted file mode 100644 index 0765a61e23..0000000000 --- a/changelog/1241.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Attempt to handle abrupt websocket closures on ``aiohttp >= 3.9.0`` and ``python < 3.11.0`` gracefully. diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 2293c918d7..d0dde3791e 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -17,6 +17,28 @@ in specific versions. Please see :ref:`version_guarantees` for more information. .. towncrier release notes start +.. _vp2p9p3: + +v2.9.3 +------ + +New Features +~~~~~~~~~~~~ +- Add support for ``aead_xchacha20_poly1305_rtpsize`` encryption mode for voice connections, and remove deprecated ``xsalsa20_poly1305*`` modes. (:issue:`1228`) + +Bug Fixes +~~~~~~~~~ +- Attempt to handle abrupt websocket closures on ``aiohttp >= 3.9.0`` and ``python < 3.11.0`` gracefully. (:issue:`1241`) + +Documentation +~~~~~~~~~~~~~ +- Adding some clarifying documentation around the type of :attr:`AuditLogEntry.extra` when the action is :attr:`~AuditLogAction.overwrite_create`. (:issue:`1180`) + +Miscellaneous +~~~~~~~~~~~~~ +- Raise PyNaCl version requirement to ``v1.5.0``. (:issue:`1228`) + + .. _vp2p9p2: v2.9.2