From da276f801c2f4299296305e195f75d017064165c Mon Sep 17 00:00:00 2001 From: Looly Date: Fri, 29 Dec 2023 00:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DRandomUtil.randomInt,RandomUt?= =?UTF-8?q?il.randomLong=E8=BE=B9=E7=95=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aef8b83ce..36587e22b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)