Dict的customKey方法访问权限修改为protected(pr#1340@Gitee)

This commit is contained in:
Looly 2025-05-12 13:15:23 +08:00
parent de5e7cc35d
commit 6f346fc9a1

View File

@ -15,6 +15,7 @@
* 【extra 】 `AbstractFtp`增加`rename`方法issue#IC3PMI@Gitee
* 【core 】 优化`PropDesc`缓存注解判断提升性能pr#1335@Gitee
* 【core 】 添加`RecordUtil`支持record类issue#3931@Github
* 【core 】 `Dict`的customKey方法访问权限修改为protectedpr#1340@Gitee
### 🐞Bug修复
* 【setting】 修复`Setting`autoLoad可能的加载为空的问题issue#3919@Github