DateUtil.parseUTC支持只有时分的格式

This commit is contained in:
Looly
2022-08-15 09:11:53 +08:00
parent 993f94f9f3
commit 92ca87a8fc
4 changed files with 22 additions and 2 deletions

View File

@@ -3,10 +3,11 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.6.M1 (2022-08-11)
# 5.8.6.M1 (2022-08-15)
### 🐣新特性
* 【core 】 CollUtil新增addIfAbsent方法pr#750@Gitee
* 【core 】 DateUtil.parseUTC支持只有时分的格式issue#I5M6DP@Gitee
*
### 🐞Bug修复
* 【http 】 修复https下可能的Patch、Get请求失效问题issue#I3Z3DH@Gitee