fix IoUtil bug

This commit is contained in:
Looly
2020-06-15 09:11:40 +08:00
parent 6c17763322
commit 327502a846
4 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
## 5.3.8 (2020-06-12)
## 5.3.8 (2020-06-15)
### 新特性
* 【core 】 增加ISO8601日期格式issue#904@Github
@@ -15,6 +15,7 @@
* 【json 】 修复append方法导致的JSONConfig传递失效问题issue#906@Github
* 【core 】 修复CollUtil.subtractToList判断错误pr#915@Github
* 【poi 】 修复WordWriter写表格问题pr#914@Github
* 【core 】 修复IoUtil.readBytes缓存数组长度问题issue#I1KIUE@Github
-------------------------------------------------------------------------------------------------------------