Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add v2.9.1 changelog to latest docs #1131

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading