From 04e2d430f2d242b2073bc03013951e8bec1f443e Mon Sep 17 00:00:00 2001 From: zgf Date: Fri, 1 Nov 2024 16:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9CHANGELOG=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zgf --- CHANGELOG.md | 5 ++++- library/oh-package.json5 | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb8be3..24ccca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -## 3.2.0-rc.1 +## 3.2.0-rc.2 - Added callback information for image loading - Added the interface for obtaining the upper limit and size of the current cache and the number of images corresponding to the current cache +- HTTPS custom certificate verification + +## 3.2.0-rc.1 - Change the queue from Stack to Queue - ShowPixelMap callback PixelMap assigns value to Image component to synchronize diff --git a/library/oh-package.json5 b/library/oh-package.json5 index 5b0a79b..9fd6357 100644 --- a/library/oh-package.json5 +++ b/library/oh-package.json5 @@ -14,7 +14,7 @@ "main": "index.ets", "repository": "https://gitee.com/openharmony-tpc/ImageKnife", "type": "module", - "version": "3.2.0-rc.1", + "version": "3.2.0-rc.2", "dependencies": { "@ohos/gpu_transform": "^1.0.2" },