fix split null bug

This commit is contained in:
looly
2022-01-06 07:39:46 +08:00
parent 0ef4be6b0e
commit da0d737cd0
5 changed files with 34 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.19 (2022-01-05)
# 5.7.19 (2022-01-06)
### 🐣新特性
* 【db 】 优化Condition参数拆分pr#2046@Github
@@ -22,6 +22,7 @@
* 【http 】 修复HttpRequest.of无法自动添加http前缀问题issue#I4PEYL@Gitee
* 【core 】 修复 `CharSequenceUtil.brief(str, maxLength)` 方法字符串越界问题,以及 `maxLength` 部分值时结果与预期不符的问题pr#2068@Github
* 【core 】 修复NamingCase中转换下划线字母+数字转换问题issue#2070@Github
* 【core 】 修复split空判断不一致问题pr#496@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.7.18 (2021-12-25)