From aa5915bc5f9ea7f2d60f1b2b64014176fe43a271 Mon Sep 17 00:00:00 2001 From: "disnake-bot[bot]" <139079794+disnake-bot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:41:45 +0000 Subject: [PATCH] docs: build changelog --- changelog/1105.doc.rst | 1 - changelog/1111.bugfix.rst | 1 - changelog/1120.bugfix.rst | 1 - changelog/1123.bugfix.rst | 1 - docs/whats_new.rst | 16 ++++++++++++++++ 5 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 changelog/1105.doc.rst delete mode 100644 changelog/1111.bugfix.rst delete mode 100644 changelog/1120.bugfix.rst delete mode 100644 changelog/1123.bugfix.rst diff --git a/changelog/1105.doc.rst b/changelog/1105.doc.rst deleted file mode 100644 index eceb16fc71..0000000000 --- a/changelog/1105.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Miscellaneous grammar/typo fixes for :doc:`api/audit_logs`. diff --git a/changelog/1111.bugfix.rst b/changelog/1111.bugfix.rst deleted file mode 100644 index 4efa8693ed..0000000000 --- a/changelog/1111.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Allow ``cls`` argument in select menu decorators (e.g. :func`ui.string_select`) to be specified by keyword instead of being positional-only. diff --git a/changelog/1120.bugfix.rst b/changelog/1120.bugfix.rst deleted file mode 100644 index 146ac4a8de..0000000000 --- a/changelog/1120.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -|commands| Fix edge case in evaluation of multiple identical annotations with forwardrefs in a single signature. diff --git a/changelog/1123.bugfix.rst b/changelog/1123.bugfix.rst deleted file mode 100644 index 625f275381..0000000000 --- a/changelog/1123.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix :meth:`Thread.permissions_for` not working in some cases due to an incorrect import. diff --git a/docs/whats_new.rst b/docs/whats_new.rst index d1d3064891..b531fab003 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -17,6 +17,22 @@ in specific versions. Please see :ref:`version_guarantees` for more information. .. towncrier release notes start +.. _vp2p9p1: + +v2.9.1 +------ + +Bug Fixes +~~~~~~~~~ +- Allow ``cls`` argument in select menu decorators (e.g. :func`ui.string_select`) to be specified by keyword instead of being positional-only. (:issue:`1111`) +- |commands| Fix edge case in evaluation of multiple identical annotations with forwardrefs in a single signature. (:issue:`1120`) +- Fix :meth:`Thread.permissions_for` not working in some cases due to an incorrect import. (:issue:`1123`) + +Documentation +~~~~~~~~~~~~~ +- Miscellaneous grammar/typo fixes for :doc:`api/audit_logs`. (:issue:`1105`) + + .. _vp2p9p0: v2.9.0