fix StrUtil bug

This commit is contained in:
Looly
2020-09-15 01:00:26 +08:00
parent ddd173a17c
commit d205225cef
5 changed files with 85 additions and 78 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.4.3 (2020-09-13)
# 5.4.3 (2020-09-15)
### 新特性
* 【core 】 使用静态的of方法来new对象pr#177@Gitee
@@ -16,6 +16,7 @@
### Bug修复
* 【core 】 修复Dict.of错误issue#I1UUO5@Gitee
* 【core 】 修复UrlBuilder地址参数问题issue#I1UWCA@Gitee
* 【core 】 修复StrUtil.toSymbolCase转换问题issue#1075@Github
-------------------------------------------------------------------------------------------------------------