修复utf8-bom的setting文件读取问题

This commit is contained in:
Looly
2023-06-27 10:17:00 +08:00
parent c70aa5a8e8
commit 15d53726f7
4 changed files with 36 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.21(2023-06-26)
# 5.8.21(2023-06-27)
### 🐣新特性
* 【core 】 list 为空时CollUtil.max等返回null而非异常pr#1027@Gitee
@@ -11,6 +11,7 @@
### 🐞Bug修复
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题issue#3162@Github
* 【core 】 修复序列化和反序列化Class问题issue#I7FQ29@Gitee
* 【setting】 修复utf8-bom的setting文件读取问题issue#I7G34E@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.20(2023-06-16)