fix excel sax null bug and add PonyCode

This commit is contained in:
Looly
2020-12-01 11:12:31 +08:00
parent c1642522bb
commit c99b48a4c4
4 changed files with 240 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.5.2 (2020-11-26)
# 5.5.2 (2020-12-01)
### 新特性
* 【crypto 】 KeyUtil增加重载AES构造增加重载issue#I25NNZ@Gitee
@@ -28,6 +28,7 @@
* 【core 】 修改IoUtil.read(Reader)逻辑默认关闭Reader
* 【core 】 ZipUtil增加Zip方法pr#222@Gitee
* 【all 】 增加Hutool.getAllUtils和printAllUtils方法
* 【all 】 增加PonyCodeissue#1268@Gitee
### Bug修复
* 【cron 】 修复CronTimer可能死循环的问题issue#1224@Github
@@ -36,6 +37,7 @@
* 【core 】 修复HexUtil.format问题issue#I268XT@Gitee
* 【core 】 修复ZipUtil判断压缩文件是否位于压缩目录内的逻辑有误的问题issue#1251@Github
* 【json 】 修复JSONObject.accumulate问题
* 【core 】 修复部分xlsx文件sax方式解析空指针问题issue#1265@Github
-------------------------------------------------------------------------------------------------------------