add methods

This commit is contained in:
Looly 2020-08-07 16:48:29 +08:00
parent 55942a9147
commit 3a11e519cb

View File

@ -13,6 +13,7 @@
* 【core 】 添加WatchAction对Watcher的抽象
* 【core 】 修改UUID正则更加严谨issue#I1Q1IW@Gitee
* 【core 】 ArrayUtil增加isAllNull方法issue#1004@Github
* 【core 】 CollUtil增加contains方法pr#152@Gitee
### Bug修复#
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题