From 1384f4965ea79771f5d03dc8aa947c465bff7f93 Mon Sep 17 00:00:00 2001 From: Looly Date: Wed, 24 Dec 2025 17:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D`AbstractFilter`=E7=9A=84`ini?= =?UTF-8?q?t`=E6=96=B9=E6=B3=95=E5=9C=A8`maxValue`=E5=B0=8F=E4=BA=8E`machi?= =?UTF-8?q?neNum`=E6=97=B6=E5=AF=BC=E8=87=B4=E6=95=B0=E7=BB=84=E8=B6=8A?= =?UTF-8?q?=E7=95=8C=E5=BC=82=E5=B8=B8=EF=BC=88pr#4189@Github=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 670361b41e..3812dcb3e9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 🚀Changelog ------------------------------------------------------------------------------------------------------------- -# 5.8.43(2025-12-15) +# 5.8.43(2025-12-24) ### 🐣新特性 * 【core 】 `ColorUtil`颜色名称DARKGOLD、LIGHTGOLD新增蛇形命名匹配(pr#1400@Github) @@ -12,6 +12,7 @@ * 【core 】 修复`NumberUtil.getBinaryStr`方法计算Double等丢失小数问题(pr#1411@Gitee) * 【core 】 修复`MathUtil.multiple`方法在大整数乘法运算中整数溢出风险(pr#4174@Github) * 【core 】 修复`CharSequenceUtil.move`方法在局部循环位移中输出不符合预期问题(issue#IDD181@Gitee) +* 【bloomFilter】 修复`AbstractFilter`的`init`方法在`maxValue`小于`machineNum`时导致数组越界异常(pr#4189@Github) ------------------------------------------------------------------------------------------------------------- # 5.8.42(2025-11-28)