diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d2a90c222..5ee56bfa4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,8 @@ and this project adheres to - @cosmjs/stargate: `SigningStargateClient` constructor is now `protected`. - @cosmjs/cosmwasm-stargate: `SigningCosmWasmClient` constructor is now `protected`. +- @cosmjs/cosmwasm-stargate: Add `SigningCosmWasmClient.offline` static method + for constructing offline clients without a Tendermint client. ### Changed