修复SettingautoLoad可能的加载为空的问题(issue#3919@Github)

This commit is contained in:
Looly
2025-04-17 17:02:41 +08:00
parent 52674f69fa
commit a2cc1e1587
2 changed files with 8 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.38(2025-04-15)
# 5.8.38(2025-04-17)
### 🐣新特性
* 【core 】 `PathUtil#del`增加null检查pr#1331@Gitee
@@ -12,6 +12,7 @@
* 【core 】 增加分段锁实现`SegmentLock`pr#1330@Gitee
### 🐞Bug修复
* 【setting】 修复`Setting`autoLoad可能的加载为空的问题issue#3919@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.37(2025-03-31)