This commit is contained in:
Looly
2020-08-11 13:59:08 +08:00
parent 686142442a
commit 3774383e72
2 changed files with 9 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
* 【core 】 CollUtil中部分方法返回null变更为返回empty
* 【all 】 添加英文READMEpr#153@Gitee
* 【extra 】 SpringUtil增加getBean(TypeReference)pr#1009@Github
* 【core 】 Assert增加方法支持自定义异常处理pr#154@Gitee
### Bug修复#
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题