From e81b21838507551d3a982df29822c5a89d7737af Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 23 Sep 2024 18:21:42 +0800 Subject: [PATCH] =?UTF-8?q?QrCodeUtil=E6=B7=BB=E5=8A=A0=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81logo=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE=E5=9C=86?= =?UTF-8?q?=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2899974..fc7a17fca 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # 🚀Changelog ------------------------------------------------------------------------------------------------------------- -# 5.8.33(2024-09-18) +# 5.8.33(2024-09-23) ### 🐣新特性 * 【core 】 SyncFinisher增加setExecutorService方法(issue#IANKQ1@Gitee) @@ -13,6 +13,7 @@ * 【core 】 ModifierUtil明确注释,并增加hasAllModifiers方法(issue#IAQ2U0@Gitee) * 【http 】 HttpRequest增加setFixedContentLength方法(issue#3462@Github) * 【db 】 AbstractDb增加getDs方法(issue#IARKZL@Gitee) +* 【db 】 QrCodeUtil添加二维码logo支持配置圆角(pr#3747@Github) ### 🐞Bug修复 * 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题(issue#3713@Github)