Add CHANGELOG entry

This commit is contained in:
Simon Warta 2023-06-19 15:01:20 +02:00
parent e37b6149e2
commit 0701bac652

View File

@ -11,8 +11,15 @@ and this project adheres to
- @cosmjs/cosmwasm-stargate: Add `SigningCosmWasmClient.instantiate2` ([#1407]).
- @cosmjs/stargate: `IndexedTx` and `DeliverTxResponse` now have a
`msgResponses` field ([#1305]).
- @cosmjs/cosmwasm-stargate: Add `CosmWasmClient.broadcastTxSync` and
`SigningCosmWasmClient.signAndBroadcastSync` to allow broadcasting without
waiting for block inclusion. ([#1396])
- @cosmjs/stargateAdd `StargateClient.broadcastTxSync` and
`SigningStargateClient.signAndBroadcastSync` to allow broadcasting without
waiting for block inclusion. ([#1396])
[#1305]: https://github.com/cosmos/cosmjs/issues/1305
[#1396]: https://github.com/cosmos/cosmjs/pull/1396
[#1407]: https://github.com/cosmos/cosmjs/pull/1407
### Changed