改进TemporalAccessorSerializer支持dayOfMonth和month枚举名

This commit is contained in:
Looly
2023-09-21 13:06:16 +08:00
parent 01cb9bdd26
commit 6d33c3f413
4 changed files with 119 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
# 5.8.23(2023-09-21)
### 🐣新特性
* 【json 】 改进TemporalAccessorSerializer支持dayOfMonth和month枚举名issue#I82AM8@Gitee
### 🐞Bug修复
* 【cron 】 修复Cron表达式range解析错误问题issue#I82CSH@Gitee