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:
parent
ba01943d41
commit
1756195171
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user