fix boolean convert

This commit is contained in:
Looly
2020-08-16 09:14:56 +08:00
parent 279f056dc0
commit f72634c3a9
3 changed files with 33 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
* 【all 】 添加英文READMEpr#153@Gitee
* 【extra 】 SpringUtil增加getBean(TypeReference)pr#1009@Github
* 【core 】 Assert增加方法支持自定义异常处理pr#154@Gitee
* 【core 】 BooleanConverter增加数字转换规则issue#I1R2AB@Gitee
### Bug修复#
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题