添加RecordUtil支持record类(issue#3931@Github)

This commit is contained in:
Looly
2025-05-07 10:23:16 +08:00
parent 87a6bdeaaa
commit b8e6b1ecc0
3 changed files with 139 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.38(2025-04-26)
# 5.8.38(2025-05-07)
### 🐣新特性
* 【core 】 `PathUtil#del`增加null检查pr#1331@Gitee
@@ -14,6 +14,7 @@
* 【extra 】 `TemplateConfig`增加`setUseCache`方法issue#IC3JRY@Gitee
* 【extra 】 `AbstractFtp`增加`rename`方法issue#IC3PMI@Gitee
* 【core 】 优化`PropDesc`缓存注解判断提升性能pr#1335@Gitee
* 【core 】 添加`RecordUtil`支持record类issue#3931@Github
### 🐞Bug修复
* 【setting】 修复`Setting`autoLoad可能的加载为空的问题issue#3919@Github