This commit is contained in:
Looly
2020-08-16 11:55:30 +08:00
parent ef235aab5d
commit a444d00e98
6 changed files with 56 additions and 25 deletions

View File

@@ -23,6 +23,7 @@
* 【core 】 BooleanConverter增加数字转换规则issue#I1R2AB@Gitee
* 【poi 】 sax方式读取增加一个sheet结束的回调issue#155@Gitee
* 【db 】 增加BeeCP连接池支持
* 【core 】 改进Img.pressImage方法避免变色问题issue#1001@Github
### Bug修复#
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题