add Ipv4Util

This commit is contained in:
Looly
2020-08-24 17:07:46 +08:00
parent f7a3b08803
commit 0e049861ee
5 changed files with 365 additions and 438 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.4.1 (2020-08-20)
# 5.4.1 (2020-08-24)
### 新特性
* 【core 】 StrUtil增加firstNonXXX方法issue#1020@Github
@@ -14,6 +14,7 @@
* 【core 】 增加PathUtil和FileNameUtil分离FileUtil中部分方法
* 【core 】 改造IndexedComparator增加InstanceComparator
* 【extra 】 增加CglibUtil
* 【extra 】 增加Ipv4Utilpr#161@Gitee
### Bug修复#
* 【poi 】 修复ExcelBase.isXlsx方法判断问题issue#I1S502@Gitee