优化DateUtil.format(Date date, String format)接口效率

This commit is contained in:
Looly
2024-06-14 01:24:35 +08:00
parent 92869ca289
commit ab941a6e27
2 changed files with 13 additions and 12 deletions

View File

@@ -2,12 +2,13 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-06-12)
# 5.8.29(2024-06-14)
### 🐣新特性
* 【core 】 DateUtil增加offsetYear方法
* 【core 】 ListUtil增加move方法issue#3603@Github
* 【core 】 CollUtil.subtract增加空判定issue#3605@Github
* 【core 】 优化DateUtil.format(Date date, String format)接口效率pr#1226@Gitee
### 🐞Bug修复
* 【core 】 修复AnnotationUtil可能的空指针错误