add methods

This commit is contained in:
Looly
2022-05-10 18:17:41 +08:00
parent 6b13c21393
commit 1fa3450b27
2 changed files with 72 additions and 71 deletions

View File

@@ -8,6 +8,7 @@
### 🐣新特性
* 【core 】 BooleanUtil增加toBooleanObject方法issue#I56AG3@Gitee
* 【core 】 CharSequenceUtil增加startWithAnyIgnoreCase方法issue#2312@Github
* 【system 】 JavaInfo增加版本issue#2310@Github
### 🐞Bug修复
* 【core 】 MapUtil.map对null友好且修复了测试用例中分组问题pr#614@Gitee
* 【core 】 修复BeanUtil.beanToMap中properties为null的空指针问题issue#2303@Github