diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5fbeb..c6e1130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.0-rc.3 +- The image cannot be displayed when decoding a single image more memory than the maximum value of the memory cache + + ## 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 diff --git a/library/oh-package.json5 b/library/oh-package.json5 index 9fd6357..13b0406 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.2", + "version": "3.2.0-rc.3", "dependencies": { "@ohos/gpu_transform": "^1.0.2" },