We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a344468 commit 1b110c6Copy full SHA for 1b110c6
CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to
6
7
## [2.0.0-beta.0] - 2023-12-21
8
9
+### Fixed
10
+
11
+- cosmwasm-vm: Fix memory increase issue (1.3 -> 1.4 regression) by avoiding the
12
+ use of a long running Wasmer Engine. ([#1978])
13
14
+[#1978]: https://github.com/CosmWasm/cosmwasm/issues/1978
15
16
### Added
17
18
- cosmwasm-std: Add `SubMsg:reply_never` constructor ([#1929])
0 commit comments