增加比较两个LocalDateTime是否为同一天

This commit is contained in:
Looly
2022-07-16 09:03:12 +08:00
parent 7dd7a35edf
commit 9676a663c3
2 changed files with 14 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
* 【core 】 ForestMap添加getNodeValue方法pr#699@Gitee
* 【http 】 优化HttpUtil.isHttp判断避免NPEpr#698@Gitee
* 【core 】 修复Dict#containsKey方法没区分大小写问题pr#697@Gitee
* 【core 】 增加比较两个LocalDateTime是否为同一天pr#693@Gitee
*
### 🐞Bug修复
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github