Week.of支持中文名称

This commit is contained in:
Looly
2024-06-30 17:46:22 +08:00
parent b8db9b1a8d
commit d14c8517cd
3 changed files with 91 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-06-27)
# 5.8.29(2024-06-30)
### 🐣新特性
* 【core 】 DateUtil增加offsetYear方法
@@ -13,6 +13,7 @@
* 【core 】 BetweenFormatter支持自定义设置单位pr#1228@Gitee
* 【cache 】 Cache.put变更策略对于替换的键值对不清理队列issue#3618@Github
* 【core 】 添加 Windows 资源管理器风格字符串比较器pr#3620@Github
* 【core 】 Week.of支持中文名称issue#3637@Github
### 🐞Bug修复
* 【core 】 修复AnnotationUtil可能的空指针错误