From 50e01c2975c1820fb0edbb960c5a7334791ce863 Mon Sep 17 00:00:00 2001 From: Looly Date: Thu, 19 Jan 2023 11:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=88=E5=AF=B9CollUtil.subtract=20coll1=20?= =?UTF-8?q?=E4=B8=BA=E5=8F=AA=E8=AF=BB=E9=9B=86=E5=90=88=E7=9A=84=E8=A1=A5?= =?UTF-8?q?=E5=81=BF?= 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 e2a967e51..f9de603be 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------------------------------------- -# 5.8.12.M1 (2023-01-17) +# 5.8.12.M1 (2023-01-19) ### 🐣新特性 * 【core 】 XmlUtil.readObjectFromXml增加注入漏洞的警告注释,并标识为废弃(issue#2857@Github) @@ -14,6 +14,7 @@ * 【http 】 HttpUtil.decodeParams增加isFormUrlEncoded重载(pr#918@Gitee) * 【db 】 AbstractDb添加返回类型为PageResult的page重载方法(pr#916@Gitee) * 【core 】 DesensitizedUtil增加对IPv4和IPv6支持(issue#I6ABCS@Gitee) +* 【core 】 针对CollUtil.subtract coll1 为只读集合的补偿(pr#2865@Github) ### 🐞Bug修复 * 【core 】 修复HexUtil.isHexNumber()对"-"的判断问题(issue#2857@Github)