fix escape bug

This commit is contained in:
Looly
2021-06-24 07:53:21 +08:00
parent a97e967ecd
commit 949c7a856e
14 changed files with 166 additions and 36 deletions

View File

@@ -3,11 +3,13 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.3 (2021-06-20)
# 5.7.3 (2021-06-24)
### 🐣新特性
* 【core 】 增加Convert.toSet方法issue#I3XFG2@Gitee
### 🐞Bug修复
* 【json 】 修复XML转义字符的问题issue#I3XH09@Gitee
-------------------------------------------------------------------------------------------------------------