We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7027a commit 6438da8Copy full SHA for 6438da8
CHANGELOG.md
@@ -12,6 +12,13 @@ and this project adheres to
12
13
- cosmwasm-vm: Fix CWA-2023-004.
14
15
+### Fixed
16
+
17
+- cosmwasm-vm: Fix memory increase issue (1.3 -> 1.4 regression) by avoiding the
18
+ use of a long running Wasmer Engine. ([#1978])
19
20
+[#1978]: https://github.com/CosmWasm/cosmwasm/issues/1978
21
22
### Added
23
24
- cosmwasm-vm: Add constructor `CacheOptions::new`
0 commit comments