add mapwrapper support

This commit is contained in:
Looly 2021-09-15 10:30:08 +08:00
parent 707c15a78d
commit 063eb967cf

View File

@ -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转换的bugissue#I49VZB@Gitee
* 【json 】 修复JSONUtil.parse对于MapWrapper识别问题
-------------------------------------------------------------------------------------------------------------