add CharsetDetector

This commit is contained in:
Looly
2020-10-28 17:55:45 +08:00
parent 139fd3162e
commit 19eba6086f

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.4.7 (2020-10-27)
# 5.4.7 (2020-10-28)
### 新特性
* 【core 】 增加OptionalBeanpr#1182@Github
@@ -12,6 +12,7 @@
* 【core 】 CollUtil.map忽略空值改规则为原数组中的元素和处理后的元素都会忽略空值issue#I22N08@Gitee
* 【http 】 增加SoapClient增加addSOAPHeader重载
* 【http 】 ArrayUtil增加containsAll方法
* 【http 】 增加CharsetDetector
### Bug修复
-------------------------------------------------------------------------------------------------------------