Skip to content

Commit 1b110c6

Browse files
committed
Add CHANGELOG entry for fixing #1978
1 parent a344468 commit 1b110c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to
66

77
## [2.0.0-beta.0] - 2023-12-21
88

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+
916
### Added
1017

1118
- cosmwasm-std: Add `SubMsg:reply_never` constructor ([#1929])

0 commit comments

Comments
 (0)