修复XmlUtil转义调用方法错误问题,修复XmlEscape未转义单引号问题(pr#3837@Github)

This commit is contained in:
Looly
2025-01-09 19:31:23 +08:00
parent 50df86d846
commit 5befdeea3f
3 changed files with 22 additions and 5 deletions

View File

@@ -2,12 +2,13 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.36(2025-01-02)
# 5.8.36(2025-01-09)
### 🐣新特性
* 【crypto 】 增加BCUtil.decodeECPrivateKey方法issue#3829@Github
### 🐞Bug修复
* 【aop 】 修复ProxyUtil可能的空指针问题issue#IBF20Z@Gitee
* 【core 】 修复XmlUtil转义调用方法错误问题修复XmlEscape未转义单引号问题pr#3837@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.35(2024-12-25)