修复 StopWatch.stop时间回拨时计算结果为负的问题(pr#1417@Gitee)

This commit is contained in:
Looly
2025-12-25 23:42:35 +08:00
parent 18ee766d07
commit 86e4e322ee

View File

@@ -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)