add method

This commit is contained in:
Looly
2022-01-13 10:57:33 +08:00
parent f054cef97b
commit f85f29174d
3 changed files with 24 additions and 7 deletions

View File

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