add SignUtil

This commit is contained in:
Looly
2022-01-12 11:20:34 +08:00
parent c0da48e09b
commit f054cef97b
3 changed files with 188 additions and 12 deletions

View File

@@ -3,11 +3,12 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.20 (2022-01-11)
# 5.7.20 (2022-01-12)
### 🐣新特性
* 【core 】 增加对null值友好的groupingBy操作的Collector实现可指定map类型pr#498@Gitee
* 【core 】 增加KetamaHashissue#2084@Github
* 【crypto 】 增加SignUtil
*
### 🐞Bug修复
* 【core 】 修复setter重载导致匹配错误issue#2082@Github