Skip to content

Commit 4f0a8ed

Browse files
committed
Add changelog entry for grpc query
1 parent 677b096 commit 4f0a8ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ and this project adheres to
7272
- cosmwasm-std: Make `IbcReceiveResponse::acknowledgement` optional and add
7373
`IbcReceiveResponse::without_ack` constructor. ([#1892])
7474
- cosmwasm-std: Add `std` feature and make it a default feature. ([#1971])
75+
- cosmwasm-std: Add `QueryRequest::Grpc` and deprecate `QueryRequest::Stargate`.
76+
([#1973])
7577

7678
[#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874
7779
[#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -91,6 +93,7 @@ and this project adheres to
9193
[#1949]: https://github.com/CosmWasm/cosmwasm/pull/1949
9294
[#1967]: https://github.com/CosmWasm/cosmwasm/pull/1967
9395
[#1971]: https://github.com/CosmWasm/cosmwasm/pull/1971
96+
[#1973]: https://github.com/CosmWasm/cosmwasm/pull/1973
9497

9598
### Removed
9699

0 commit comments

Comments
 (0)