修复MapUtil工具使用filter方法构造传入参数结果问题

This commit is contained in:
Looly
2023-06-25 16:27:54 +08:00
parent 65fe2e7529
commit 7ab95e5cb8
3 changed files with 54 additions and 30 deletions

View File

@@ -2,12 +2,13 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.21(2023-06-24)
# 5.8.21(2023-06-25)
### 🐣新特性
* 【core 】 list 为空时CollUtil.max等返回null而非异常pr#1027@Gitee
### 🐞Bug修复
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题issue#3162@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.20(2023-06-16)