From 3603fdaeeab79858d0815d5023204e1a777c5ef0 Mon Sep 17 00:00:00 2001 From: Looly Date: Sat, 3 Jun 2023 01:43:20 +0800 Subject: [PATCH] =?UTF-8?q?CollUtil=E6=96=B0=E5=A2=9EanyMatch=E5=92=8CallM?= =?UTF-8?q?atch=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 a4e4ab371..e03d14011 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ # 🚀Changelog ------------------------------------------------------------------------------------------------------------- -# 5.8.20(2023-06-01) +# 5.8.20(2023-06-03) ### 🐣新特性 * 【core 】 UrlQuery增加setStrict方法,区分是否严格模式(issue#I78PB1@Gitee) * 【poi 】 添加系列方法writeCol,以支持按列输出(pr#1003@Gitee) +* 【core 】 CollUtil新增anyMatch和allMatch方法(pr#1008@Gitee) ### 🐞Bug修复 * 【core 】 修复TreeUtil.getParentsName()获取到的路径集合中存在值为null的路径名称问题(issue#I795IN@Gitee)