From 07c2870685f12922bb34e79ac5c2edefafa6da01 Mon Sep 17 00:00:00 2001 From: Looly Date: Sun, 29 Nov 2020 00:37:14 +0800 Subject: [PATCH] fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c6b360e..c44ecbfa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ * 【crypto 】 增加判空(issue#1230@Github) * 【core 】 xml.setXmlStandalone(true)格式优化(pr#1234@Github) * 【core 】 AnnotationUtil增加setValue方法(pr#1250@Github) -* 【core 】 ZipUtil增加get方法 +* 【core 】 ZipUtil增加get方法(issue#I27CUF@Gitee) * 【cache 】 对CacheObj等变量使用volatile关键字 * 【core 】 Base64增加encodeWithoutPadding方法(issue#I26J16@Gitee) * 【core 】 ExceptionUtil增加message消息包装为运行时异常的方法(pr#1253@Gitee)