From 753db1724bf13add78b801ebc3952be65e5e7d46 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 24 Aug 2025 09:21:28 -0400 Subject: [PATCH] Add changelog for v2.6.1 --- docs/whats_new.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index c5c7fa2a9..25011bb4b 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,21 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp2p6p1: + +v2.6.1 +------- + +Bug Fixes +~~~~~~~~~~ + +- Fix :attr:`ui.Section.children` and :attr:`ui.Section.accessory` having ``None`` as the :attr:`Item.parent` (:issue:`10269`) +- Fix error when using a :class:`ui.DynamicItem` inside an :class:`ui.Section` +- Fix :class:`ui.DynamicItem` not working when set as an :attr:`ui.Section.acessory` (:issue:`10271`) +- Fix :attr:`ui.LayoutView.total_children_count` being inaccurate when adding nested items +- Fix crash when accessing :attr:`AuditLogEntry.category` for unknown audit log actions +- |tasks| Add logging statement when a handled exception occurs (:issue:`10276`) + .. _vp2p6p0: v2.6.0