From 73b04f8d3c161c512add1ce6eac8591dbecdcc45 Mon Sep 17 00:00:00 2001 From: Looly Date: Sun, 16 Oct 2022 20:42:53 +0800 Subject: [PATCH] =?UTF-8?q?FuncKeyMap=E7=9A=84=E5=AD=90=E7=B1=BB=EF=BC=8C?= =?UTF-8?q?=E4=BC=A0=E5=85=A5=E5=8F=AF=E8=A2=AB=E5=BA=8F=E5=88=97=E5=8C=96?= =?UTF-8?q?=E7=9A=84keyFunc?= 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 0bbfe7516..1f4630aaa 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------------------------------------- -# 5.8.9.M1 (2022-10-13) +# 5.8.9.M1 (2022-10-16) ### 🐣新特性 * 【core 】 DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法(pr#824@Gitee) @@ -12,6 +12,7 @@ * 【poi 】 优化合并单元格读取(issue#I5UJZ1@Gitee) * 【extra 】 增加QLExpress支持(issue#2653@Github) * 【core 】 UrlBuilder增加getPortWithDefault方法(pr#835@Gitee) +* 【core 】 FuncKeyMap的子类,传入可被序列化的keyFunc(pr#838@Gitee) ### 🐞Bug修复 * 【poi 】 修复ExcelReader读取只有标题行报错问题(issue#I5U1JA@Gitee)