File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ and this project adheres to
58
58
` AnalysisReport::required_capabilities ` a ` BTreeSet ` . ([ #1949 ] )
59
59
- cosmwasm-std: Add ` Checksum ` type and change type of
60
60
` 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 ] )
61
67
62
68
[ #1874 ] : https://github.com/CosmWasm/cosmwasm/pull/1874
63
69
[ #1876 ] : https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -73,6 +79,7 @@ and this project adheres to
73
79
[ #1941 ] : https://github.com/CosmWasm/cosmwasm/pull/1941
74
80
[ #1944 ] : https://github.com/CosmWasm/cosmwasm/pull/1944
75
81
[ #1949 ] : https://github.com/CosmWasm/cosmwasm/pull/1949
82
+ [ #1967 ] : https://github.com/CosmWasm/cosmwasm/pull/1967
76
83
77
84
### Removed
78
85
You can’t perform that action at this time.
0 commit comments