From 0b29a56c553e342c0a89b7176e31054119583ec5 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 27 Aug 2025 23:41:00 -0400 Subject: [PATCH] Add changelog for v2.6.2 and v2.6.3 --- docs/whats_new.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 25011bb4b..c78c44435 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,28 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp2p6p3: + +v2.6.3 +------- + +Bug Fixes +~~~~~~~~~~ + +- Fix :attr:`ui.Select.required` not being applied properly +- Fix potential attribute error when accessing :class:`LabelComponent` +- Fix issue when stacking decorators such as :func:`app_commands.guild_install` and :func:`app_commands.user_install` + +.. _vp2p6p2: + +v2.6.2 +------- + +Bug Fixes +~~~~~~~~~~ + +- Fix a bug with :class:`ui.DynamicItem` causing it to fail at runtime when passing a generic. + .. _vp2p6p1: v2.6.1