mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
修复CollUtil.containsAll在coll2长度大于coll1时逻辑歧义问题
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# 🚀Changelog
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.26(2024-01-25)
|
||||
# 5.8.26(2024-01-26)
|
||||
|
||||
### 🐣新特性
|
||||
* 【db 】 RedisDS增加user支持(issue#I8XEQ4@Gitee)
|
||||
@@ -13,6 +13,7 @@
|
||||
* 【core 】 修复BeanToMapCopier获取类型数组越界问题(issue#3468@Github)
|
||||
* 【extra 】 修复SshjSftpSession关闭导致的问题(issue#3472@Github)
|
||||
* 【http 】 修复HtmlUtil.removeHtmlAttr处理空格问题(issue#I8YV0K@Gitee)
|
||||
* 【core 】 修复CollUtil.containsAll在coll2长度大于coll1时逻辑歧义问题(issue#I8Z2Q4@Gitee)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.25(2024-01-11)
|
||||
|
Reference in New Issue
Block a user