TemplateConfig增加setUseCache方法(issue#IC3JRY@Gitee)

This commit is contained in:
Looly
2025-04-26 11:31:22 +08:00
parent 92d3eaeead
commit 6d8764eb03
4 changed files with 38 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.38(2025-04-21)
# 5.8.38(2025-04-26)
### 🐣新特性
* 【core 】 `PathUtil#del`增加null检查pr#1331@Gitee
@@ -11,6 +11,7 @@
* 【core 】 `CharSequenceUtil`增加toLoweCase和toUpperCase方法issue#IC0H2B@Gitee
* 【core 】 增加分段锁实现`SegmentLock`pr#1330@Gitee
* 【core 】 重载subtractToList方法提供isLinked选项pr#3923@Github
* 【extra 】 `TemplateConfig`增加`setUseCache`方法issue#IC3JRY@Gitee
### 🐞Bug修复
* 【setting】 修复`Setting`autoLoad可能的加载为空的问题issue#3919@Github