修复StrUtil#containsAny NPE问题问题

This commit is contained in:
Looly 2023-08-30 21:37:13 +08:00
parent cc900c35d7
commit 45e9006a94

View File

@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.22(2023-08-24)
# 5.8.22(2023-08-30)
### 🐣新特性
* 【core 】 NumberUtil.nullToZero增加重载issue#I7PPD2@Gitee
@ -25,6 +25,7 @@
* 【core 】 修复Ipv4Util.getEndIpLong 取反符号导致数据越界issue#I7U1OQ@Gitee
* 【http 】 修复302重定向时Location中的问号被转义问题issue#3265@Github
* 【core 】 修复CombinationAnnotationElement判断循环问题pr#3267@Github
* 【core 】 修复StrUtil#containsAny NPE问题问题pr#1063@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.21(2023-07-29)