This commit is contained in:
Looly
2022-01-19 09:25:05 +08:00
parent ee80e8c195
commit 9a88945386
3 changed files with 8 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.20 (2022-01-17)
# 5.7.20 (2022-01-19)
### 🐣新特性
* 【core 】 增加对null值友好的groupingBy操作的Collector实现可指定map类型pr#498@Gitee
@@ -26,6 +26,7 @@
* 【core 】 修复PathUtil.moveContent移动覆盖导致的问题issue#I4QV0L@Gitee
* 【core 】 修复Opt.ofTry中并发环境下线程安全问题pr#504@Gitee
* 【core 】 修复PatternFinder中end边界判断问题issue#2099@Github
* 【core 】 修复格式化为中文日期时0被处理为空串pr#507@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.7.19 (2022-01-07)