From be3e3322514ca43c6e93a1f3128cef31275501bd Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 8 Oct 2025 17:41:50 -0400 Subject: [PATCH] Add v2.6.4 changelog --- docs/whats_new.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index c78c44435..33b6ec090 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,26 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp2p6p4: + +v2.6.4 +------- + +Bug Fixes +~~~~~~~~~~ + +- Fix :class:`InviteType` and :class:`ReactionType` not being exported (:issue:`10310`) +- Fix :class:`ui.Modal` submits not working for components without a ``custom_id`` (:issue:`10307`) +- Fix ``required`` keyword argument missing in most :class:`ui.Select` classes (:issue:`10307`) +- Fix incorrect handling of :class:`ui.Modal` submit data when using selects (:issue:`10307`) +- Fix potential exception when assigning :attr:`ui.Container.children` +- Fix :attr:`ui.Section.accessory` setter not updating internal state leading to an exception + +Miscellaneous +~~~~~~~~~~~~~~ + +- Use ``compression.zstd`` from the standard library if available on Python 3.14 (:issue:`10323`) + .. _vp2p6p3: v2.6.3