diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9eed7e..50a4928e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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