From c6896677b875e04ef9885e7a29fb2efe7da8fa03 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Thu, 23 Jan 2025 08:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D`Treemap`=E7=9A=84`Label`?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation~/zh/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation~/zh/changelog.md b/Documentation~/zh/changelog.md index 9a367767..3e3ad024 100644 --- a/Documentation~/zh/changelog.md +++ b/Documentation~/zh/changelog.md @@ -79,6 +79,7 @@ slug: /changelog ## master +* (2025.01.23) 修复`Treemap`的`Label`不显示的问题 * (2025.01.15) 修复`Chart`在运行时动态添加`Component`异常的问题 (#339) * (2025.01.08) 修复`TextMeshPro`关闭时残留组件影响`Text`初始化的问题