修复FileUtil.cleanEmpty无法正确清空递归空目录问题

This commit is contained in:
Looly
2024-07-06 10:37:43 +08:00
parent 46697f0fe9
commit 1a46b2a39e
2 changed files with 4 additions and 3 deletions

View File

@@ -2,12 +2,13 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.30(2024-07-03)
# 5.8.30(2024-07-06)
### 🐣新特性
### 🐞Bug修复
* 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题issue#IAAE88@Gitee
* 【core 】 修复FileUtil.cleanEmpty无法正确清空递归空目录问题pr#1233@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-07-03)