DateUtil.normalize方法中正则预编译提升效率(pr#4221@Gitee)

This commit is contained in:
Looly
2026-02-01 19:28:56 +08:00
parent 190bdf2585
commit 8d2c5b0449

View File

@@ -1,11 +1,12 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.44(2026-01-27)
# 5.8.44(2026-02-01)
### 🐣新特性
* 【core 】 `NumberUtil.parseNumber`增加支持科学计数法pr#4211@Github
* 【captcha】 `AbstractCaptcha`增加`setStroke`方法支持线条粗细issue#IDJQ15@Gitee
* 【core 】 `BooleanUtil`新增 exactlyOneTrue 方法用于互斥条件校验issue#IDJQ15@Gitee
* 【core 】 `DateUtil.normalize`方法中正则预编译提升效率pr#4221@Gitee
### 🐞Bug修复
* 【json 】 修复`JSONUtil.wrap`忽略错误问题issue#4210@Github