IterUtil.getFirst优化

This commit is contained in:
Looly
2022-08-16 09:58:15 +08:00
parent 4c1a88ee2f
commit a60aa0ec47
3 changed files with 33 additions and 32 deletions

View File

@@ -3,12 +3,13 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.6.M1 (2022-08-15)
# 5.8.6.M1 (2022-08-16)
### 🐣新特性
* 【core 】 CollUtil新增addIfAbsent方法pr#750@Gitee
* 【core 】 DateUtil.parseUTC支持只有时分的格式issue#I5M6DP@Gitee
* 【core 】 NumberUtil.parseInt忽略科学计数法issue#I5M55F@Gitee
* 【core 】 IterUtil.getFirst优化pr#753@Gitee
*
### 🐞Bug修复
* 【http 】 修复https下可能的Patch、Get请求失效问题issue#I3Z3DH@Gitee