Skip to content

Commit

Permalink
docs: add v2.9.1 changelog to latest docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Nov 3, 2023
1 parent 627e9e9 commit 3079c34
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3079c34

Please sign in to comment.