修复SettingLoaderload未抛出异常导致配置文件无法正常遍历的问题(pr#3868@Github)

This commit is contained in:
Looly
2025-02-24 10:24:59 +08:00
parent 4ef8814c14
commit 1c0b6c3da1
9 changed files with 29 additions and 22 deletions

View File

@@ -2,13 +2,14 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.37(2025-02-18)
# 5.8.37(2025-02-24)
### 🐣新特性
* 【json 】 ObjectMapper删除重复trimpr#3859@Github
* 【core 】 `FileWriter`增加方法可选是否追加换行符issue#3858@Github
### 🐞Bug修复
* 【setting】 修复`SettingLoader`load未抛出异常导致配置文件无法正常遍历的问题pr#3868@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.36(2025-02-18)