完善季度相关 API(pr#1324@Gitee)

This commit is contained in:
Looly
2025-03-31 10:04:32 +08:00
parent 6496cd20cf
commit 1b29100fb3
4 changed files with 70 additions and 104 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.37(2025-03-24)
# 5.8.37(2025-03-31)
### 🐣新特性
* 【json 】 ObjectMapper删除重复trimpr#3859@Github
@@ -16,6 +16,7 @@
* 【core 】 改进`PropDesc`中去除Transient引用避免NoClassDefFoundErrorissue#3901@Github
* 【core 】 `StrUtil.isBlank`增加`\u200c`判断issue#3903@Github
* 【core 】 优化`CombinationAnnotationElement`注解数组性能pr#1323@Gitee
* 【core 】 完善季度相关 APIpr#1324@Gitee
### 🐞Bug修复
* 【setting】 修复`SettingLoader`load未抛出异常导致配置文件无法正常遍历的问题pr#3868@Github