StreamUtil.of方法新增对 Iterator 支持;StreamUtil.of(Iterable) 方法优化

This commit is contained in:
Looly
2022-09-19 09:52:40 +08:00
parent f897da013f
commit 1af96de3ae
3 changed files with 14 additions and 6 deletions

View File

@@ -3,9 +3,10 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.8.M1 (2022-09-17)
# 5.8.8.M1 (2022-09-19)
### 🐣新特性
* 【core 】 StreamUtil.of方法新增对 Iterator 支持StreamUtil.of(Iterable) 方法优化pr#807@Gitee
### 🐞Bug修复
* 【core 】 修复FileNameUtil.cleanInvalid无法去除换行符问题issue#I5RMZV@Gitee