BetweenFormatter支持自定义设置单位

This commit is contained in:
Looly
2024-06-17 15:45:38 +08:00
parent d556f5b62f
commit 51c1588081
2 changed files with 4 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
* 【core 】 CollUtil.subtract增加空判定issue#3605@Github
* 【core 】 优化DateUtil.format(Date date, String format)接口效率pr#1226@Gitee
* 【csv 】 CsvWriter.writeBeans增加重载可选是否写出表头issue#IA57W2@Gitee
* 【core 】 BetweenFormatter支持自定义设置单位pr#1228@Gitee
### 🐞Bug修复
* 【core 】 修复AnnotationUtil可能的空指针错误