From cae8d10bff7ae358b168b295c1cabc64e988942e Mon Sep 17 00:00:00 2001 From: Milan Steiner Date: Mon, 7 Feb 2022 14:21:40 +0100 Subject: [PATCH] Add changes to CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6268a8f1..1991f8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ and this project adheres to - @cosmjs/proto-signing: `Registry`'s constructor can now override default types. ([#994]) - @cosmjs/tendermint-rpc: The property `evidence` in the interface `Block` is now non-optional. ([#1011]) +- @cosmjs/stargate: Added the following message types to stargate's `defaultRegistryTypes`: + - cosmos.authz.v1beta1.MsgGrant + - cosmos.authz.v1beta1.MsgExec + - cosmos.authz.v1beta1.MsgRevoke + - cosmos.feegrant.v1beta1.MsgGrantAllowance + - cosmos.feegrant.v1beta1.MsgRevokeAllowance + [#989]: https://github.com/cosmos/cosmjs/issues/989 [#994]: https://github.com/cosmos/cosmjs/issues/994