重载subtractToList方法,提供isLinked选项(pr#3923@Github)

This commit is contained in:
Looly
2025-04-21 18:22:42 +08:00
parent 0479a8e831
commit fd049cef71
2 changed files with 7 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.38(2025-04-17)
# 5.8.38(2025-04-21)
### 🐣新特性
* 【core 】 `PathUtil#del`增加null检查pr#1331@Gitee
@@ -10,6 +10,7 @@
* 【crypto 】 增加`Argon2`实现Argon2算法issue#3890@Github
* 【core 】 `CharSequenceUtil`增加toLoweCase和toUpperCase方法issue#IC0H2B@Gitee
* 【core 】 增加分段锁实现`SegmentLock`pr#1330@Gitee
* 【core 】 重载subtractToList方法提供isLinked选项pr#3923@Github
### 🐞Bug修复
* 【setting】 修复`Setting`autoLoad可能的加载为空的问题issue#3919@Github