add version comment

This commit is contained in:
Looly
2022-07-17 00:34:14 +08:00
parent 071b1fcae3
commit 45c5d11449
2 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
* 【core 】 增加比较两个LocalDateTime是否为同一天pr#693@Gitee
* 【core 】 增加TemporalAccessorUtil.isIn、LocalDateTimeUtil.isInissue#I5HBL0@Gitee
* 【core 】 ReUtil增加getAllGroups重载pr#2455@Github
* 【core 】 PageUtil#totalPage增加totalCount为long类型的重载方法pr#2442@Github
*
### 🐞Bug修复
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github