From 426c9b451abcd0c4b99083a760b411178788df2a Mon Sep 17 00:00:00 2001 From: Milan Steiner Date: Wed, 13 Apr 2022 14:28:20 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc18d85..4a72de0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to ### Added - @cosmjs/math: Add `Decimal.zero` and `Decimal.one` ([#1110]). +- @cosmjs/amino: Add `addCoins` ([#1116]) +- @cosmjs/stargate: Add `StargateClient.getBalanceStaked()` to query the sum of all staked balance. ([#1116]) ### Changed @@ -27,6 +29,7 @@ and this project adheres to [#1110]: https://github.com/cosmos/cosmjs/issues/1110 [#1120]: https://github.com/cosmos/cosmjs/pull/1120 [#1121]: https://github.com/cosmos/cosmjs/pull/1121 +[#1116]: https://github.com/cosmos/cosmjs/issues/1116 ## [0.28.3] - 2022-04-11