修复PathMover对目标已存在且只读文件报错错误问题

This commit is contained in:
Looly
2024-03-05 11:41:53 +08:00
parent 9ef714ad53
commit 17a9701349
2 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.27(2024-02-26)
# 5.8.27(2024-03-05)
### 🐣新特性
* 【extra 】 FreemarkerEngine修改默认版本参数
@@ -10,6 +10,7 @@
* 【core 】 HexUtil#format方法增加prefix参数issue#I93PU9@Gitee
### 🐞Bug修复
* 【core 】 修复PathMover对目标已存在且只读文件报错错误问题issue#I95CLT@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.26(2024-02-10)