Update CHANGELOG for new SigningStargateClient methods

This commit is contained in:
willclarktech
2021-03-25 12:38:56 +01:00
parent 5032acf4ce
commit 5c2deafc8c
+2
View File
@@ -46,6 +46,8 @@ and this project adheres to
not connect to Tendermint. This allows offline signing.
- @cosmjs/stargate: Add `makeMultisignedTx` which allows you to assemble a
transaction signed by a multisig account.
- @cosmjs/stargate: Add `delegateTokens`, `undelegateTokens` and
`withdrawRewards` methods to `SigningStargateClient`.
### Changed