From e1ba2e79e723faf885405a45ae8b83c1e0b5afd4 Mon Sep 17 00:00:00 2001 From: Looly Date: Sat, 16 Jul 2022 08:41:20 +0800 Subject: [PATCH] =?UTF-8?q?ForestMap=E6=B7=BB=E5=8A=A0getNodeValue?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b7aa224..6bdc19b2b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------------------------------------- -# 5.8.5.M1 (2022-07-11) +# 5.8.5.M1 (2022-07-16) ### 🐣新特性 * 【core 】 NumberUtil新增isIn方法(pr#669@Gitee) @@ -14,6 +14,7 @@ * 【core 】 新增CollectorUtil.reduceListMap()(pr#676@Gitee) * 【core 】 CollStreamUtil为空返回空的集合变为可编辑(pr#681@Gitee) * 【core 】 增加StrUtil.containsAll(pr#2437@Github) +* 【core 】 ForestMap添加getNodeValue方法(pr#699@Gitee) * ### 🐞Bug修复 * 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题(pr#2428@Github)