fix space bug

This commit is contained in:
Looly
2021-06-04 18:36:18 +08:00
parent 8f2400ed43
commit 4d7b4da46a
3 changed files with 85 additions and 29 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.7 (2021-06-03)
# 5.6.7 (2021-06-04)
### 🐣新特性
* 【core 】 CharSequenceUtil增加join重载issue#I3TFJ5@Gitee
@@ -13,6 +13,7 @@
### 🐞Bug修复
* 【core 】 修复FileUtil.normalize去掉末尾空格问题issue#1603@Github
* 【core 】 修复CharsetDetector流关闭问题issue#1603@Github
* 【core 】 修复RuntimeUtil.exec引号内空格被切分的问题issue#I3UAYB@Gitee
-------------------------------------------------------------------------------------------------------------