修复CronPattern.nextMatchAfter匹配初始值问题

This commit is contained in:
Looly
2024-04-22 01:50:23 +08:00
parent c02460423e
commit 0942cf2c60
5 changed files with 39 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-04-21)
# 5.8.28(2024-04-22)
### 🐣新特性
* 【core 】 修正XmlUtil的omitXmlDeclaration描述注释issue#I9CPC7@Gitee
@@ -22,6 +22,7 @@
* 【core 】 修复RandomUtil.randomStringWithoutStr方法问题pr#1209@Gitee
* 【http 】 修复HttpRequest.header相同key被覆盖问题issue#I9I61C@Gitee
* 【core 】 修复TemporalAccessorConverter自定义格式转换问题issue#I9HQQE@Gitee
* 【cron 】 修复CronPattern.nextMatchAfter匹配初始值问题issue#I9FQUA@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.27(2024-03-29)