添加 Windows 资源管理器风格字符串比较器

This commit is contained in:
Looly
2024-06-18 16:01:40 +08:00
parent bd164db9b4
commit 8bb736b375
3 changed files with 15 additions and 7 deletions

View File

@@ -12,6 +12,7 @@
* 【csv 】 CsvWriter.writeBeans增加重载可选是否写出表头issue#IA57W2@Gitee
* 【core 】 BetweenFormatter支持自定义设置单位pr#1228@Gitee
* 【cache 】 Cache.put变更策略对于替换的键值对不清理队列issue#3618@Github
* 【core 】 添加 Windows 资源管理器风格字符串比较器pr#3620@Github
### 🐞Bug修复
* 【core 】 修复AnnotationUtil可能的空指针错误