Skip to content

Commit

Permalink
Add CHANGELOG entry for fixing #1978
Browse files Browse the repository at this point in the history
(cherry picked from commit 1b110c6)
  • Loading branch information
webmaster128 authored and mergify[bot] committed Jan 12, 2024
1 parent bff1064 commit 40eb5ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,13 @@ and this project adheres to

- cosmwasm-vm: Fix CWA-2023-004.

### Fixed

- cosmwasm-vm: Fix memory increase issue (1.3 -> 1.4 regression) by avoiding the
use of a long running Wasmer Engine. ([#1978])

[#1978]: https://github.com/CosmWasm/cosmwasm/issues/1978

### Added

- cosmwasm-vm: Add constructor `CacheOptions::new`
Expand Down

0 comments on commit 40eb5ac

Please sign in to comment.