diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cee78a6..c6d7fc9d4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ ------------------------------------------------------------------------------------------------------------- -# 5.8.6.M1 (2022-08-09) +# 5.8.6.M1 (2022-08-11) ### 🐣新特性 +* 【core 】 CollUtil新增addIfAbsent方法(pr#750@Gitee) +* ### 🐞Bug修复 * 【http 】 修复https下可能的Patch、Get请求失效问题(issue#I3Z3DH@Gitee) * 【core 】 修复RandomUtil#randomString 入参length为负数时报错问题(issue#2515@Github)