修改CHANGELOG版本号
Signed-off-by: zgf <zenggaofeng2@h-partners.com>
This commit is contained in:
parent
80ba246aeb
commit
04e2d430f2
|
@ -1,6 +1,9 @@
|
||||||
## 3.2.0-rc.1
|
## 3.2.0-rc.2
|
||||||
- Added callback information for image loading
|
- 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
|
- 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
|
- Change the queue from Stack to Queue
|
||||||
- ShowPixelMap callback PixelMap assigns value to Image component to synchronize
|
- ShowPixelMap callback PixelMap assigns value to Image component to synchronize
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"main": "index.ets",
|
"main": "index.ets",
|
||||||
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "3.2.0-rc.1",
|
"version": "3.2.0-rc.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ohos/gpu_transform": "^1.0.2"
|
"@ohos/gpu_transform": "^1.0.2"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue