修复VersionComparator在极端数据排序时候违反了自反性问题

This commit is contained in:
Looly
2023-09-21 11:34:05 +08:00
parent 90646bc45d
commit 6d2d57e34b
4 changed files with 52 additions and 12 deletions

View File

@@ -2,12 +2,13 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.23(2023-09-20)
# 5.8.23(2023-09-21)
### 🐣新特性
### 🐞Bug修复
* 【cron 】 修复Cron表达式range解析错误问题issue#I82CSH@Gitee
* 【core 】 修复VersionComparator在极端数据排序时候违反了自反性问题issue#I81N3H@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.22(2023-09-13)