修复RandomUtil.randomInt,RandomUtil.randomLong边界问题

This commit is contained in:
Looly 2023-12-29 00:26:53 +08:00
parent a68d57062f
commit da276f801c

View File

@ -10,6 +10,7 @@
### 🐞Bug修复
* 【core 】 修复StrJoin当append内容后调用length()会出现空指针问题issue#3444@Github
* 【core 】 修复PostgreSQL、H2使用upsert字段大小写问题issue#I8PB4X@Gitee
* 【core 】 修复RandomUtil.randomInt,RandomUtil.randomLong边界问题pr#3450@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.24(2023-12-23)