add isEqualList方法

This commit is contained in:
Looly
2021-03-05 19:13:20 +08:00
parent b654e89e22
commit 626691adec
3 changed files with 59 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
### 新特性
* 【poi 】 重要不再兼容POI-3.x增加兼容POI-5.xissue#I35J6B@Gitee
* 【core 】 FileTypeUtil使用长匹配优先pr#1457@Github
* 【core 】 IterUtil和CollUtil增加isEqualList方法issue#I3A3PY@Gitee
### Bug修复
* 【socket 】 修复Client创建失败资源未释放问题。