From bd42686a657d80e58c9dc09275074c56977230db Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 24 Nov 2025 16:05:43 +0800 Subject: [PATCH] =?UTF-8?q?`Combination`=E5=92=8C`Arrangement=20`=E9=87=8D?= =?UTF-8?q?=E6=9E=84=E9=81=BF=E5=85=8D=E6=95=B0=E7=BB=84=E9=A2=91=E7=B9=81?= =?UTF-8?q?=E6=8B=B7=E8=B4=9D=EF=BC=8C=E5=B9=B6=E9=81=BF=E5=85=8D=E6=BA=A2?= =?UTF-8?q?=E5=87=BA=EF=BC=88pr#4144@Github=EF=BC=89?= 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 aa3aaee393..4a5f5c5282 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # 🚀Changelog ------------------------------------------------------------------------------------------------------------- -# 5.8.42(2025-11-23) +# 5.8.42(2025-11-24) ### 🐣新特性 * 【core 】 `ListUtil`增加`zip`方法(pr#4052@Github) * 【http 】 增加`JakartaSoapClient`(issue#4103@Github) * 【ai 】 增加代理支持(pr#4107@Github) * 【core 】 `CharSequenceUtil`增加`builder`方法重载(pr#4107@Github) +* 【core 】 `Combination`和`Arrangement `重构避免数组频繁拷贝,并避免溢出(pr#4144@Github) ### 🐞Bug修复 * 【jwt 】 修复verify方法在定义alg为`none`时验证失效问题(issue#4105@Github)