This commit is contained in:
Looly
2021-07-14 17:09:59 +08:00
parent 89a3acfa88
commit eda8bdc27a
7 changed files with 46 additions and 17 deletions

View File

@@ -11,6 +11,7 @@
* 【core 】 增加NanoId
* 【core 】 MapBuilder增加put方法pr#367@Gitee
* 【core 】 StrUtil.insert支持负数index
* 【core 】 Calculator类支持取模运算issue#I40DUW@Gitee
### 🐞Bug修复
* 【core 】 修复FileUtil.normalize处理上级路径的问题issue#I3YPEH@Gitee
@@ -18,6 +19,7 @@
* 【core 】 修复FastDatePrinter歧义问题pr#366@Gitee
* 【core 】 修复DateUtil.format格式化Instant报错问题issue#I40CY2@Gitee
* 【core 】 修复StrUtil.toUnderlineCase大写问题issue#I40CGS@Gitee
* 【jwt 】 修复JWT.validate报错问题issue#I40MR2@Gitee
-------------------------------------------------------------------------------------------------------------