add isDir

This commit is contained in:
Looly
2021-07-18 22:10:46 +08:00
parent 0915b8918d
commit a081f999b5
7 changed files with 52 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.5 (2021-07-16)
# 5.7.5 (2021-07-18)
### 🐣新特性
* 【core 】 DateUtil增加ceiling重载可选是否归零毫秒
@@ -14,6 +14,7 @@
* 【core 】 Calculator类支持取模运算issue#I40DUW@Gitee
* 【core 】 增加Base64.isBase64方法issue#1710@Github
* 【core 】 ManifestUtil新增方法getManifest(Class<?> cls)pr#370@Gitee
* 【extra 】 AbstractFtp增加isDir方法issue#1716@Github
### 🐞Bug修复
* 【core 】 修复FileUtil.normalize处理上级路径的问题issue#I3YPEH@Gitee