add method

This commit is contained in:
Looly 2022-07-09 12:42:25 +08:00
parent 9d487d3f36
commit 2f5e95dca8

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.5.M1 (2022-07-08)
# 5.8.5.M1 (2022-07-09)
### 🐣新特性
* 【core 】 NumberUtil新增isIn方法pr#669@Gitee
@ -13,6 +13,7 @@
* 【core 】 Convert工具类中新增中文大写数字金额转换为数字工具方法pr#674@Gitee
* 【core 】 新增CollectorUtil.reduceListMap()pr#676@Gitee
* 【core 】 CollStreamUtil为空返回空的集合变为可编辑pr#681@Gitee
* 【core 】 增加StrUtil.containsAllpr#2437@Github
*
### 🐞Bug修复
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github