Update CHANGELOG for SigningCosmWasmClient.offline

This commit is contained in:
willclarktech
2021-03-30 11:08:17 +02:00
parent c7087a8afb
commit 46cdef2756
+2
View File
@@ -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