This commit is contained in:
Looly
2022-01-15 09:58:14 +08:00
parent b63dbe7a9a
commit 9da17cf6c4
4 changed files with 17 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.20 (2022-01-14)
# 5.7.20 (2022-01-15)
### 🐣新特性
* 【core 】 增加对null值友好的groupingBy操作的Collector实现可指定map类型pr#498@Gitee
@@ -18,6 +18,7 @@
* 【core 】 修复RegexPool汉字匹配范围小问题pr#2081@Github
* 【core 】 修复OS中的拼写错误pr#500@Gitee
* 【core 】 修复CustomKeyMap的merge失效问题issue#2086@Github
* 【core 】 修复FileUtil.appendLines换行问题issue#I4QCEZ@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.7.19 (2022-01-07)