From dffba89e50553594cc746b0b354ab114b4e7c7c5 Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 3 Jul 2023 15:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AF=81=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E7=B1=BBisValidCard18=E3=80=81isValidCard15=E5=85=A5=E5=8F=82n?= =?UTF-8?q?ull=E7=9B=B4=E6=8E=A5=E8=BF=94=E5=9B=9Enull?= 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 5bdcd9eaf..035265c15 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # 🚀Changelog ------------------------------------------------------------------------------------------------------------- -# 5.8.21(2023-06-30) +# 5.8.21(2023-07-03) ### 🐣新特性 * 【core 】 list 为空时,CollUtil.max等返回null而非异常(pr#1027@Gitee) @@ -11,6 +11,7 @@ * 【core 】 DateUtil.parse适配6位毫秒格式(issue#I7H34N@Gitee) * 【core 】 RandomUtil增加可选是否包含边界的重载(issue#3182@Github) * 【core 】 StrUtil增加truncateByByteLength方法(pr#3176@Github) +* 【core 】 身份证工具类isValidCard18、isValidCard15入参null直接返回null(pr#1034@Gitee) ### 🐞Bug修复 * 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题(issue#3162@Github)