add readBySax

This commit is contained in:
Looly
2020-09-30 11:30:10 +08:00
parent f6a18afcba
commit 61c0633da7
3 changed files with 113 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
* 【core 】 NumberUtil增加isPowerOfTwo方法pr#1132@Github
* 【core 】 优化BooleanUtil的校验逻辑pr#1137@Github
* 【poi 】 改进sax方式读取逻辑支持sheetIdissue#1141@Github
* 【core 】 XmlUtil增加readBySax方法
### Bug修复
* 【crypto 】 修复SM2验签后无法解密问题issue#I1W0VP@Gitee