From 5c2deafc8c0d1249ef483641d59397c5f3656b10 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 25 Mar 2021 12:38:41 +0100 Subject: [PATCH] Update CHANGELOG for new SigningStargateClient methods --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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