From db1244f02e9a1426fe1864cac7911a010f645a8a Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Fri, 8 Apr 2022 13:51:28 +0200 Subject: [PATCH] Add more info to MsgCreateVestingAccount support --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ab1d57..b287cd93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,12 @@ and this project adheres to ### Added - @cosmjs/encoding: Create `normalizeBech32`. -- @cosmjs/stargate: Added support for vesting messages. +- @cosmjs/stargate: Added support for `MsgCreateVestingAccount` ([#1074]). + Please note that Amino JSON signing is currently not available for this type + ([#1115]). + +[#1074]: https://github.com/cosmos/cosmjs/issues/1074 +[#1115]: https://github.com/cosmos/cosmjs/issues/1115 ## [0.28.1] - 2022-03-30