mirror of
https://gitee.com/dromara/hutool.git
synced 2026-02-09 09:16:26 +08:00
修复 StrMatcher连续变量解析导致的歧义问题(pr#1419@Gitee)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user