fix parse bug

This commit is contained in:
Looly
2021-10-14 19:29:44 +08:00
parent b5036b4b0b
commit a5ea0ef1ed
5 changed files with 55 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
### 🐞Bug修复
* 【core 】 修复CollUtil.isEqualList两个null返回错误问题issue#1885@Github
* 【poi 】 修复ExcelWriter多余调试信息导致的问题issue#1884@Github
* 【poi 】 修复TemporalAccessorUtil.toInstant使用DateTimeFormatter导致问题issue#1891@Github
-------------------------------------------------------------------------------------------------------------