From eec3590b7cf7f8e0b0bdcb2c0308f4daa0a8571c Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 27 Dec 2022 20:10:01 +0800 Subject: [PATCH] =?UTF-8?q?CompressUtil=20=E6=96=B0=E5=A2=9E=20stripCompon?= =?UTF-8?q?ents=20=E5=8F=82=E6=95=B0?= 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 d9cd7d21b..82db70b28 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * 【extra 】 修正sftp.cd方法 方法注释和实际效果不符(issue#2758@Github) * 【core 】 修改PhoneUtil容易歧义的注释(issue#I63GWK@Gitee) * 【crypto】 KeyUtil中的读取KeyStore文件的方法增加全局Provider(issue#I6796G@Gitee) +* 【extra 】 CompressUtil 新增 stripComponents 参数(pr#904@Gitee) * ### 🐞Bug修复 * 【json 】 修复普通byte数组转JSONArray时的异常(pr#875@Gitee)