Pre Merge pull request !421 from Madi/3.x
This commit is contained in:
commit
4e056a4933
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue