修复FileMagicNumber.getMagicNumber空指针问题

This commit is contained in:
Looly
2024-04-11 21:01:52 +08:00
parent 9a6ac21798
commit 68530d9e5b
2 changed files with 13 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-04-08)
# 5.8.28(2024-04-11)
### 🐣新特性
* 【core 】 修正XmlUtil的omitXmlDeclaration描述注释issue#I9CPC7@Gitee
@@ -11,6 +11,7 @@
### 🐞Bug修复
* 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题issue#3536@Github
* 【core 】 修复FileMagicNumber.getMagicNumber空指针问题issue#I9FE8B@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.27(2024-03-29)