1
0
mirror of https://gitee.com/dromara/hutool.git synced 2025-04-05 17:37:59 +08:00

fix getDHex bug

This commit is contained in:
looly 2022-01-07 09:12:28 +08:00
parent ba01943d41
commit 1756195171

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.19 (2022-01-06)
# 5.7.19 (2022-01-07)
### 🐣新特性
* 【db 】 优化Condition参数拆分pr#2046@Github
@ -23,6 +23,7 @@
* 【core 】 修复 `CharSequenceUtil.brief(str, maxLength)` 方法字符串越界问题,以及 `maxLength` 部分值时结果与预期不符的问题pr#2068@Github
* 【core 】 修复NamingCase中转换下划线字母+数字转换问题issue#2070@Github
* 【core 】 修复split空判断不一致问题pr#496@Gitee
* 【crypto 】 修复SM2.getDHex()前导0丢失,然后导致获取密钥错误pr#2073@Github
-------------------------------------------------------------------------------------------------------------
# 5.7.18 (2021-12-25)