add method

This commit is contained in:
Looly
2020-11-09 04:10:32 +08:00
parent 552750da15
commit ab410d2e93
3 changed files with 32 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
* 【core 】 增加ArrayUtil.isSub、indexOfSub、lastIndexOfSub方法issue#I23O1K@Gitee
* 【extra 】 增加ValidationUtilpr#207@Gitee
* 【core 】 反射调用支持传递参数的值为nullpr#1205@Github
* 【core 】 HexUtil增加format方法issue#I245NF@Gitee
### Bug修复
* 【core 】 修复DateUtil.current使用System.nanoTime的问题issue#1198@Github