Skip to content

Commit

Permalink
docs: build changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
disnake-bot[bot] committed Nov 14, 2024
1 parent b117fb0 commit b480835
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
1 change: 0 additions & 1 deletion changelog/1180.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/1228.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/1228.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/1241.bugfix.rst

This file was deleted.

22 changes: 22 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b480835

Please sign in to comment.