fix brief bug

This commit is contained in:
Looly
2021-07-19 00:36:32 +08:00
parent d8f393f7d9
commit 56e107ebda
3 changed files with 59 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.5 (2021-07-18)
# 5.7.5 (2021-07-19)
### 🐣新特性
* 【core 】 DateUtil增加ceiling重载可选是否归零毫秒
@@ -24,6 +24,7 @@
* 【core 】 修复DateUtil.format格式化Instant报错问题issue#I40CY2@Gitee
* 【core 】 修复StrUtil.toUnderlineCase大写问题issue#I40CGS@Gitee
* 【jwt 】 修复JWT.validate报错问题issue#I40MR2@Gitee
* 【core 】 修复StrUtil.brief越界问题
-------------------------------------------------------------------------------------------------------------