From 18ecdc09e49bf21cc52c5b0b7a635db99a66edaf Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 27 Dec 2022 19:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DJSONXMLSerializer=E5=B0=86Jso?= =?UTF-8?q?n=E8=BD=AC=E4=B8=BAXML=E6=97=B6=EF=BC=8C=E9=81=87=E5=88=B0?= =?UTF-8?q?=E5=B5=8C=E5=A5=97=E9=9C=80=E8=A6=81=E9=80=92=E5=BD=92=E6=83=85?= =?UTF-8?q?=E5=86=B5=E6=97=B6=E4=BC=9A=E4=B8=A2=E5=A4=B1contentKeys?= =?UTF-8?q?=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 09bddf320..86da03c5c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------------------------------------- -# 5.8.11.M1 (2022-12-14) +# 5.8.11.M1 (2022-12-27) ### 🐣新特性 * 【core 】 CharUtil.isBlankChar增加\u180e(pr#2738@Github) @@ -21,6 +21,7 @@ * 【json 】 修复getMultistageReverseProxyIp未去除空格问题(issue#I64P9J@Gitee) * 【db 】 修复NamedSql中in没有判断大小写问题(issue#2792@Github) * 【core 】 修复ZIP bomb漏洞(issue#2797@Github) +* 【core 】 修复JSONXMLSerializer将Json转为XML时,遇到嵌套需要递归情况时会丢失contentKeys问题(pr#903@Gitee) -------------------------------------------------------------------------------------------------------------