修复 StrMatcher连续变量解析导致的歧义问题(pr#1419@Gitee)

This commit is contained in:
Looly
2025-12-27 11:51:23 +08:00
parent 684e04d5de
commit 7e5a1a52e7

View File

@@ -1,7 +1,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.43(2025-12-26)
# 5.8.43(2025-12-27)
### 🐣新特性
* 【core 】 `ColorUtil`颜色名称DARKGOLD、LIGHTGOLD新增蛇形命名匹配pr#1400@Github
@@ -28,6 +28,7 @@
* 【crypto 】 修复 `SecureUtil.hmacSha1``hmacSha256`生成随机密钥时存在逻辑问题pr#4199@Github
* 【core 】 修复 `StopWatch.stop`时间回拨时计算结果为负的问题pr#1417@Gitee
* 【core 】 修复 `SplitIter.reset`后无法重新迭代的问题pr#1418@Gitee
* 【core 】 修复 `StrMatcher`连续变量解析导致的歧义问题pr#1419@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.42(2025-11-28)