fix ftp bug

This commit is contained in:
Looly
2020-07-06 15:07:32 +08:00
parent 96233721f1
commit 2fd5c8c32e
3 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
## 5.3.9 (2020-06-28)
## 5.3.9 (2020-07-06)
### 新特性
* 【core 】 DateUtil增加formatChineseDatepr#932@Github
@@ -17,6 +17,7 @@
* 【socket 】 修复AioSession构造超时无效问题pr#941@Github
* 【setting】 修复GroupSet.contains错误pr#943@Github
* 【core 】 修复ZipUtil没有调用finish问题issue#944@Github
* 【extra 】 修复Ftp中ArrayList长度为负问题pr#136@Github
-------------------------------------------------------------------------------------------------------------
## 5.3.8 (2020-06-16)