增强BitSetBloomFilter构造器的参数有效性校验逻辑(pr#4194@Github)

This commit is contained in:
Looly
2025-12-25 23:18:49 +08:00
parent e3be3cfe81
commit e10f624a16

View File

@@ -9,6 +9,7 @@
* 【core 】 `StrUtil`添加`reverseByCodePoint`方法pr#4187@Github
* 【core 】 `JdkUtil`添加`IS_AT_LEAST_JDK25`
* 【core 】 `HexUtil.toHex`添加对float和double的支持并提供反向方法pr#4193@Github
* 【core 】 增强`BitSetBloomFilter`构造器的参数有效性校验逻辑pr#4194@Github
### 🐞Bug修复
* 【core 】 修复`Calculator.conversion`方法计算包含科学计数法表达式的值时逻辑有误结果不符合预期pr#4172@Github