Skip to content

Commit a127f86

Browse files
committed
Add changelog entry
1 parent eae54c0 commit a127f86

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
@@ -58,6 +58,12 @@ and this project adheres to
5858
`AnalysisReport::required_capabilities` a `BTreeSet`. ([#1949])
5959
- cosmwasm-std: Add `Checksum` type and change type of
6060
`CodeInfoResponse::checksum` to that. ([#1944])
61+
- cosmwasm-std: Removed `backtraces` feature, use the `RUST_BACKTRACE=1` env
62+
variable instead. Error variants that previously only contained a `backtrace`
63+
field with the feature enabled now always contain it. ([#1967])
64+
- cosmwasm-vm: Removed `backtraces` feature, use the `RUST_BACKTRACE=1` env
65+
variable instead. All `VmError` variants now have a `backtrace` field.
66+
([#1967])
6167

6268
[#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874
6369
[#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -73,6 +79,7 @@ and this project adheres to
7379
[#1941]: https://github.com/CosmWasm/cosmwasm/pull/1941
7480
[#1944]: https://github.com/CosmWasm/cosmwasm/pull/1944
7581
[#1949]: https://github.com/CosmWasm/cosmwasm/pull/1949
82+
[#1967]: https://github.com/CosmWasm/cosmwasm/pull/1967
7683

7784
### Removed
7885

0 commit comments

Comments
 (0)