修复bmp文件判断问题

This commit is contained in:
Looly
2022-07-17 00:08:41 +08:00
parent 6580f1fe99
commit 8a9025ac55
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.5.M1 (2022-07-16)
# 5.8.5.M1 (2022-07-17)
### 🐣新特性
* 【core 】 NumberUtil新增isIn方法pr#669@Gitee
@@ -23,6 +23,7 @@
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github
* 【socket 】 修复异常socket没有关闭问题pr#690@Gitee
* 【core 】 修复当时间戳为Integer时时间转换问题pr#2449@Github
* 【core 】 修复bmp文件判断问题issue#I5H93G@Gitee
-------------------------------------------------------------------------------------------------------------