This commit is contained in:
Looly 2020-08-07 18:20:08 +08:00
parent 0cd29cb700
commit 4669562f72

View File

@ -16,6 +16,7 @@
* 【core 】 CollUtil增加contains方法pr#152@Gitee
* 【core 】 ArrayUtil增加isAllNotNull方法pr#1008@Github
* 【poi 】 closeAfterRead参数无效方法设为过期issue#1007@Github
* 【core 】 CollUtil中部分方法返回null变更为返回empty
### Bug修复#
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题