add method

This commit is contained in:
Looly
2022-09-20 18:58:30 +08:00
parent 11f52ffc4f
commit 1d3cf0d1a7
2 changed files with 14 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
### 🐣新特性
* 【core 】 StreamUtil.of方法新增对 Iterator 支持StreamUtil.of(Iterable) 方法优化pr#807@Gitee
* 【core 】 增加.wgt格式的MimeTypepr#2617@Github
* 【core 】 EnumUtil.getBy增加带默认值重载issue#I5RZU6@Gitee
### 🐞Bug修复
* 【core 】 修复FileNameUtil.cleanInvalid无法去除换行符问题issue#I5RMZV@Gitee