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
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
You can’t perform that action at this time.
0 commit comments