CharUtil.toCloseByNumber增加下边界检查(pr#1421@Gitee)

This commit is contained in:
Looly
2025-12-26 16:17:36 +08:00
parent a31bcbcfd5
commit f26be34c65

View File

@@ -14,6 +14,7 @@
* 【core 】 `BooleanUtil`增加中文、英文及符号布尔值的识别能力pr#1429@Gitee
* 【core 】 `DataBetween`类的构造函数中做 defensive copypr#1426@Gitee
* 【core 】 `RadixUtil.decode`添加校验pr#1422@Gitee
* 【core 】 `CharUtil.toCloseByNumber`增加下边界检查pr#1421@Gitee
### 🐞Bug修复
* 【core 】 修复`Calculator.conversion`方法计算包含科学计数法表达式的值时逻辑有误结果不符合预期pr#4172@Github