修复TreeUtil.getParentsName()获取到的路径集合中存在值为null的路径名称问题

This commit is contained in:
Looly
2023-05-31 19:01:45 +08:00
parent 80e5d09c22
commit d3d406a129
3 changed files with 54 additions and 2 deletions

View File

@@ -2,13 +2,14 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.20(2023-05-29)
# 5.8.20(2023-05-31)
### 🐣新特性
* 【core 】 UrlQuery增加setStrict方法区分是否严格模式issue#I78PB1@Gitee
* 【poi 】 添加系列方法writeCol以支持按列输出pr#1003@Gitee
### 🐞Bug修复
* 【core 】 修复TreeUtil.getParentsName()获取到的路径集合中存在值为null的路径名称问题issue#I795IN@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.19(2023-05-27)