AbstractFtp增加rename方法(issue#IC3PMI@Gitee)

This commit is contained in:
Looly
2025-04-26 11:52:17 +08:00
parent 6d8764eb03
commit 9015c3ea0a
5 changed files with 39 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
* 【core 】 增加分段锁实现`SegmentLock`pr#1330@Gitee
* 【core 】 重载subtractToList方法提供isLinked选项pr#3923@Github
* 【extra 】 `TemplateConfig`增加`setUseCache`方法issue#IC3JRY@Gitee
* 【extra 】 `AbstractFtp`增加`rename`方法issue#IC3PMI@Gitee
### 🐞Bug修复
* 【setting】 修复`Setting`autoLoad可能的加载为空的问题issue#3919@Github