Number128增加hash和equals方法

This commit is contained in:
Looly
2023-03-30 23:39:47 +08:00
parent 98ece759a0
commit 838dcb7d3c
4 changed files with 66 additions and 4 deletions

View File

@@ -2,12 +2,14 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.17.M1 (2023-03-29)
# 5.8.17.M1 (2023-03-30)
### 🐣新特性
* 【core 】 SerializeUtil.deserialize增加白名单类避免RCE vulnerabilityissue#3021@Github
* 【poi 】 ExcelWriter在关闭后不清空currentRow以便复用issue#3025@Github
* 【core 】 完善HttpStatus参考相关规范补全缺失的状态码pr#968@Gitee
* 【core 】 NumberUtil增加pr#968@Gitee
* 【core 】 Number128增加hash和equals方法pr#968@Gitee
### 🐞Bug修复
* 【core 】 CollUtil.split优化切割列表参数判断避免OOMpr#3026@Github