添加BeanPath方法中对“*”的处理逻辑(pr#1412@Gitee)

This commit is contained in:
Looly
2025-12-12 17:10:22 +08:00
parent 2945555d4e
commit db274d6307

View File

@@ -1,10 +1,12 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.43(2025-12-09)
# 5.8.43(2025-12-12)
### 🐣新特性
* 【core 】 `ColorUtil`颜色名称DARKGOLD、LIGHTGOLD新增蛇形命名匹配pr#1400@Github
* 【core 】 添加`BeanPath`方法中对“*”的处理逻辑pr#1412@Gitee
### 🐞Bug修复
* 【core 】 修复`Calculator.conversion`方法计算包含科学计数法表达式的值时逻辑有误结果不符合预期pr#4172@Github
* 【core 】 修复`NumberUtil.getBinaryStr`方法计算Double等丢失小数问题pr#1411@Gitee