修复Validator.isBetween在高精度Number类型下存在精度丢失问题(pr#4136@Github)

This commit is contained in:
Looly
2025-11-20 10:52:08 +08:00
parent 9f6d3b5430
commit ff32ed0872

View File

@@ -1,7 +1,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.42(2025-11-17)
# 5.8.42(2025-11-20)
### 🐣新特性
* 【core 】 `ListUtil`增加`zip`方法pr#4052@Github
@@ -20,6 +20,7 @@
* 【core 】 修复`NumberWithFormat`没有实现Comparable接口导致的JSON排序报错问题issue#ID61QR@Gitee
* 【core 】 修复`ImgUtil.write`没有释放BufferedImage可能导致内存泄露issue#ID6VNJ@Gitee
* 【core 】 修复`VersionUtil.matchEl`如果输入的版本范围表达式右边界为空时会抛出数组越界访问错误的问题pr#4130@Github
* 【core 】 修复`Validator.isBetween`在高精度Number类型下存在精度丢失问题pr#4136@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.41(2025-10-12)