This commit is contained in:
Looly
2022-01-20 09:57:24 +08:00
parent 9a88945386
commit 5c6e275750
3 changed files with 23 additions and 6 deletions

View File

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