From 501315d8ef0e4310d7f48d687507d7c2e01966ae Mon Sep 17 00:00:00 2001 From: Looly Date: Sun, 4 Sep 2022 21:54:25 +0800 Subject: [PATCH] =?UTF-8?q?Ftp=E6=96=B9=E6=B3=95isDir=E5=92=8Cexist?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=8A=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d10bd7ee3..7b7f1e190 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------------------------------------- -# 5.8.6.M1 (2022-08-30) +# 5.8.6.M1 (2022-09-04) ### ❌不兼容特性 * 【json 】 由于设计缺陷,导致JSONObject#write方法中Filter中key的泛型不得已变动为Object,以解决无法递归的bug(issue#I5OMSC@Gitee) @@ -34,6 +34,7 @@ * 【poi 】 修复Excel读取提示信息错误(issue#I5OSFC@Gitee) * 【json 】 解决JSONObject#write无法递归的bug(issue#I5OMSC@Gitee) * 【json 】 修复DayOfWeek转json异常问题(issue#2572@Github) +* 【extra 】 Ftp方法isDir和exist修复及改进(pr#2574@Github) -------------------------------------------------------------------------------------------------------------