From f26be34c659d8c7aae4dacbe99f4b96a700f0728 Mon Sep 17 00:00:00 2001 From: Looly Date: Fri, 26 Dec 2025 16:17:36 +0800 Subject: [PATCH] =?UTF-8?q?`CharUtil.toCloseByNumber`=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=B8=8B=E8=BE=B9=E7=95=8C=E6=A3=80=E6=9F=A5=EF=BC=88pr#1421@G?= =?UTF-8?q?itee=EF=BC=89?= 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 b8d60e659a..8514004069 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * 【core 】 `BooleanUtil`增加中文、英文及符号布尔值的识别能力(pr#1429@Gitee) * 【core 】 `DataBetween`类的构造函数中做 defensive copy(pr#1426@Gitee) * 【core 】 `RadixUtil.decode`添加校验(pr#1422@Gitee) +* 【core 】 `CharUtil.toCloseByNumber`增加下边界检查(pr#1421@Gitee) ### 🐞Bug修复 * 【core 】 修复`Calculator.conversion`方法计算包含科学计数法表达式的值时逻辑有误,结果不符合预期(pr#4172@Github)