CHANGELOG.md

This commit is contained in:
王良 2022-01-13 15:29:44 +08:00
parent 8da74cca94
commit 1d8ffb997f

View File

@ -10,6 +10,7 @@
* 【core 】 增加KetamaHashissue#2084@Github * 【core 】 增加KetamaHashissue#2084@Github
* 【crypto 】 增加SignUtil * 【crypto 】 增加SignUtil
* 【json 】 JSONGetter增加getBeanList方法 * 【json 】 JSONGetter增加getBeanList方法
* 【core 】 `ObjectUtil` 添加三个 `defaultIfXxxx`方法用于节省CPU及内存损耗。 [pr#2094@Github](https://github.com/dromara/hutool/pull/2094)
* *
### 🐞Bug修复 ### 🐞Bug修复
* 【core 】 修复setter重载导致匹配错误issue#2082@Github * 【core 】 修复setter重载导致匹配错误issue#2082@Github