diff --git a/CHANGELOG.md b/CHANGELOG.md index 471f162938..de7e613a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,6 +116,9 @@ and this project adheres to - @cosmjs/stargate: `StargateClient.broadcastTx` now uses sync mode and then polls for the transaction before resolving. The timeout and poll interval can be configured. +- @cosmjs/cosmwasm-stargate: `CosmWasmClient.broadcastTx` now uses sync mode and + then polls for the transaction before resolving. The timeout and poll interval + can be configured. ### Deprecated