CharUtil.isBlank添加Hangul Filler字符

This commit is contained in:
Looly
2022-10-08 21:15:08 +08:00
parent 7eb899e226
commit 0596dec9ab
3 changed files with 18 additions and 9 deletions

View File

@@ -3,11 +3,12 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.9.M1 (2022-09-30)
# 5.8.9.M1 (2022-10-08)
### 🐣新特性
* 【core 】 DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法pr#824@Gitee
* 【core 】 AnnotationUtil类支持Lambda获取某注解属性值pr#827@Gitee
* 【core 】 CharUtil.isBlank添加Hangul Filler字符issue#I5UGSQ@Gitee
### 🐞Bug修复
* 【poi 】 修复ExcelReader读取只有标题行报错问题issue#I5U1JA@Gitee