add method

This commit is contained in:
Looly
2021-07-16 01:34:27 +08:00
parent f2e54a0f93
commit df2147cd7c
4 changed files with 78 additions and 31 deletions

View File

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