add compact to poi5.2

This commit is contained in:
Looly
2022-02-16 12:29:57 +08:00
parent 9dcf13ab97
commit 531055e6bd
14 changed files with 40 additions and 31 deletions

View File

@@ -2,9 +2,10 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.7.22 (2022-02-14)
# 5.7.22 (2022-02-16)
### 🐣新特性
* 【poi 】 ExcelUtil.readBySax增加对POI-5.2.0的兼容性issue#I4TJF4@gitee
### 🐞Bug修复
-------------------------------------------------------------------------------------------------------------
@@ -38,6 +39,7 @@
* 【dfa 】 修复密集匹配和贪婪匹配冲突问题issue#2126@Github
* 【db 】 修复c3p0丢失信息问题issue#I4T7XZ@Gitee
* 【http 】 修复Action中HttpExchange没有关闭问题
* 【http 】 修复Action中HttpExchange没有关闭问题
-------------------------------------------------------------------------------------------------------------
# 5.7.20 (2022-01-20)