From 6f346fc9a144efedc0218ac34c9bd894f898c10c Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 12 May 2025 13:15:23 +0800 Subject: [PATCH] =?UTF-8?q?`Dict`=E7=9A=84customKey=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=9D=83=E9=99=90=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?protected=EF=BC=88pr#1340@Gitee=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a37f0636..a55096d06 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * 【extra 】 `AbstractFtp`增加`rename`方法(issue#IC3PMI@Gitee) * 【core 】 优化`PropDesc`缓存注解判断,提升性能(pr#1335@Gitee) * 【core 】 添加`RecordUtil`支持record类(issue#3931@Github) +* 【core 】 `Dict`的customKey方法访问权限修改为protected(pr#1340@Gitee) ### 🐞Bug修复 * 【setting】 修复`Setting`autoLoad可能的加载为空的问题(issue#3919@Github)