SM2.signHex改名为signHexFromHex,原名标记废弃,避免歧义

This commit is contained in:
Looly
2024-10-30 11:56:34 +08:00
parent 0e2884c171
commit c04c5610f8
3 changed files with 39 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.33(2024-10-29)
# 5.8.33(2024-10-30)
### 🐣新特性
* 【core 】 SyncFinisher增加setExecutorService方法issue#IANKQ1@Gitee
@@ -18,6 +18,7 @@
* 【core 】 EscapeUtil.escapeHtml4增加空处理issue#IAZMYU@Gitee
* 【core 】 PropDesc.isTransientForGet使用className避免Android下类找不到问题issue#IB0JP5@Gitee
* 【core 】 优化NumberUtil.countpr#3772@Github
* 【crypto 】 SM2.signHex改名为signHexFromHex原名标记废弃避免歧义issue#IB0NVY@Gitee
### 🐞Bug修复
* 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题issue#3713@Github