From d015404248109d29bd6a219536e5c896ab5a6de4 Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 9 Jun 2025 12:22:21 +0800 Subject: [PATCH] =?UTF-8?q?`Assert`=E6=96=B0=E5=A2=9E=E6=96=AD=E8=A8=80?= =?UTF-8?q?=E7=BB=99=E5=AE=9A=E9=9B=86=E5=90=88=E4=B8=BA=E7=A9=BA=E7=9A=84?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E4=BB=A5=E5=8F=8A=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B=EF=BC=88pr#3952@Github=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57086e024..c60d7c2da 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * 【core 】 DesensitizedUtil新增护照号码脱敏功能(pr#1347@Gitee) * 【core 】 优化XXXToMapCopier的部分性能(pr#1345@Gitee) * 【http 】 `HttpConfig`增加参数`setIgnoreContentLength`可选忽略读取响应contentLength头(issue#ICB1B8@Gitee) +* 【core 】 `Assert`新增断言给定集合为空的方法以及单元测试用例(pr#3952@Github) * ### 🐞Bug修复 * 【core 】 修复`NumberUtil`isNumber方法以L结尾没有小数点判断问题(issue#3938@Github)