fix FileTypeUtil

This commit is contained in:
Looly 2021-03-05 16:38:59 +08:00
parent 53ca31df6c
commit b654e89e22

View File

@ -3,10 +3,11 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.0 (2021-02-28)
# 5.6.0 (2021-03-05)
### 新特性
* 【poi 】 重要不再兼容POI-3.x增加兼容POI-5.xissue#I35J6B@Gitee
* 【core 】 FileTypeUtil使用长匹配优先pr#1457@Github
### Bug修复
* 【socket 】 修复Client创建失败资源未释放问题。