修复DateUtil.rangeToList中step小于等于0时无限循环问题

This commit is contained in:
Looly
2024-11-06 12:50:42 +08:00
parent 557d69b137
commit 55bd8afcef
3 changed files with 33 additions and 1 deletions

View File

@@ -2,10 +2,11 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.34(2024-11-05)
# 5.8.34(2024-11-06)
### 🐣新特性
### 🐞Bug修复
* 【core 】 修复DateUtil.rangeToList中step小于等于0时无限循环问题issue#3783@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.33(2024-11-05)