File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ and this project adheres to
72
72
- cosmwasm-std: Make ` IbcReceiveResponse::acknowledgement ` optional and add
73
73
` IbcReceiveResponse::without_ack ` constructor. ([ #1892 ] )
74
74
- cosmwasm-std: Add ` std ` feature and make it a default feature. ([ #1971 ] )
75
+ - cosmwasm-std: Add ` QueryRequest::Grpc ` and deprecate ` QueryRequest::Stargate ` .
76
+ ([ #1973 ] )
75
77
76
78
[ #1874 ] : https://github.com/CosmWasm/cosmwasm/pull/1874
77
79
[ #1876 ] : https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -91,6 +93,7 @@ and this project adheres to
91
93
[ #1949 ] : https://github.com/CosmWasm/cosmwasm/pull/1949
92
94
[ #1967 ] : https://github.com/CosmWasm/cosmwasm/pull/1967
93
95
[ #1971 ] : https://github.com/CosmWasm/cosmwasm/pull/1971
96
+ [ #1973 ] : https://github.com/CosmWasm/cosmwasm/pull/1973
94
97
95
98
### Removed
96
99
You can’t perform that action at this time.
0 commit comments