Skip to content

Commit be3e332

Browse files
committed
Add v2.6.4 changelog
1 parent 463becb commit be3e332

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/whats_new.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,26 @@ Changelog
1111
This page keeps a detailed human friendly rendering of what's new and changed
1212
in specific versions.
1313

14+
.. _vp2p6p4:
15+
16+
v2.6.4
17+
-------
18+
19+
Bug Fixes
20+
~~~~~~~~~~
21+
22+
- Fix :class:`InviteType` and :class:`ReactionType` not being exported (:issue:`10310`)
23+
- Fix :class:`ui.Modal` submits not working for components without a ``custom_id`` (:issue:`10307`)
24+
- Fix ``required`` keyword argument missing in most :class:`ui.Select` classes (:issue:`10307`)
25+
- Fix incorrect handling of :class:`ui.Modal` submit data when using selects (:issue:`10307`)
26+
- Fix potential exception when assigning :attr:`ui.Container.children`
27+
- Fix :attr:`ui.Section.accessory` setter not updating internal state leading to an exception
28+
29+
Miscellaneous
30+
~~~~~~~~~~~~~~
31+
32+
- Use ``compression.zstd`` from the standard library if available on Python 3.14 (:issue:`10323`)
33+
1434
.. _vp2p6p3:
1535

1636
v2.6.3

0 commit comments

Comments
 (0)