diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fa4795d7..14c0c9366b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ * 【core 】 修复 `ThreadUtil.getMainThread`在JDK25中返回null的问题(pr#1416@Gitee) * 【core 】 修复 `NumberUtil.parseNumber`使用中文逗号导致识别问题(issue#4197@Github) * 【crypto 】 修复 `SecureUtil.hmacSha1`和`hmacSha256`生成随机密钥时存在逻辑问题(pr#4199@Github) +* 【core 】 修复 `StopWatch.stop`时间回拨时计算结果为负的问题(pr#1417@Gitee) ------------------------------------------------------------------------------------------------------------- # 5.8.42(2025-11-28)