From 65d7ff0d1cae80aba04601f470661181a4c50865 Mon Sep 17 00:00:00 2001 From: Looly Date: Sun, 12 Nov 2023 16:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DCollectorUtil.reduceListMap?= =?UTF-8?q?=E4=B8=8Ecollectors.groupby=E4=B8=80=E8=B5=B7=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=97=B6=E5=87=BA=E7=8E=B0=E4=B8=8E=E9=A2=84=E6=9C=9F=E4=B8=8D?= =?UTF-8?q?=E7=AC=A6=E9=97=AE=E9=A2=98?= 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 f85188040..db857215e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # 🚀Changelog ------------------------------------------------------------------------------------------------------------- -# 5.8.23(2023-11-09) +# 5.8.23(2023-11-12) ### 🐣新特性 * 【json 】 改进TemporalAccessorSerializer支持dayOfMonth和month枚举名(issue#I82AM8@Gitee) @@ -26,6 +26,7 @@ * 【core 】 修复ClassUtil#scanJar未正确关闭文件问题(issue#3361@Github) * 【db 】 修复Column.getDigit返回值错误问题(issue#3370@Github) * 【core 】 修复合成注解在并发环境无法保证正确缓存属性值的问题(pr#1097@Gitee) +* 【core 】 修复CollectorUtil.reduceListMap与collectors.groupby一起使用时出现与预期不符问题(pr#1102@Gitee) ------------------------------------------------------------------------------------------------------------- # 5.8.22(2023-09-13)