修复PathMover.moveContent问题

This commit is contained in:
Looly
2024-06-17 10:05:29 +08:00
parent c8a1d67726
commit 69b3d4565c
2 changed files with 4 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-06-14)
# 5.8.29(2024-06-17)
### 🐣新特性
* 【core 】 DateUtil增加offsetYear方法
@@ -17,6 +17,7 @@
* 【core 】 修复VersionComparator传入空字符串报错问题pr#3614@Github
* 【core 】 修复CaseInsensitiveLinkedMap顺序错误问题issue#IA4K4F@Gitee
* 【core 】 修复DateUtil.offset空指针问题issue#3617@Github
* 【core 】 修复PathMover.moveContent问题issue#IA5Q8D@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-05-29)