From 063eb967cf0ad52bb0cb936c96d6974b079e8bbe Mon Sep 17 00:00:00 2001 From: Looly Date: Wed, 15 Sep 2021 10:30:08 +0800 Subject: [PATCH] add mapwrapper support --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea0bde8b..6da2f7290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------------------------------------- -# 5.7.13 (2021-09-14) +# 5.7.13 (2021-09-15) ### 🐣新特性 * 【core 】 CsvReadConfig增加trimField选项(issue#I49M0C@Gitee) @@ -18,6 +18,7 @@ * 【core 】 修复EscapeUtil特殊字符的hex长度不足导致的问题(issue#I49JU8@Gitee) * 【core 】 修复UrlBuilder对Fragment部分编码问题(issue#I49KAL@Gitee) * 【core 】 修复Enum转换的bug(issue#I49VZB@Gitee) +* 【json 】 修复JSONUtil.parse对于MapWrapper识别问题 -------------------------------------------------------------------------------------------------------------