CharsetDetector增加默认识别的长度

This commit is contained in:
Looly
2022-09-26 22:52:13 +08:00
parent bef38c365b
commit 52496bb62f
3 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.8.M1 (2022-09-26)
# 5.8.8 (2022-09-26)
### 🐣新特性
* 【core 】 StreamUtil.of方法新增对 Iterator 支持StreamUtil.of(Iterable) 方法优化pr#807@Gitee
@@ -12,6 +12,7 @@
* 【core 】 ModifierUtil和ReflectUtil增加removeFinalModifypr#810@Gitee
* 【core 】 AbsCollValueMap添加removeValue和removeValues方法用于list value值移除pr#813@Gitee
* 【extra 】 hutool-extra ftp 支持上传文件或目录pr#821@Gitee
* 【core 】 CharsetDetector增加默认识别的长度issue#2547@Github
### 🐞Bug修复
* 【core 】 修复FileNameUtil.cleanInvalid无法去除换行符问题issue#I5RMZV@Gitee