ReUtil增加getAllGroups重载

This commit is contained in:
Looly
2022-07-17 00:30:39 +08:00
parent eb9df251d5
commit 5d500f8f14
4 changed files with 35 additions and 4 deletions

View File

@@ -19,6 +19,7 @@
* 【core 】 修复Dict#containsKey方法没区分大小写问题pr#697@Gitee
* 【core 】 增加比较两个LocalDateTime是否为同一天pr#693@Gitee
* 【core 】 增加TemporalAccessorUtil.isIn、LocalDateTimeUtil.isInissue#I5HBL0@Gitee
* 【core 】 ReUtil增加getAllGroups重载pr#2455@Github
*
### 🐞Bug修复
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github