Format CHANGELOG [skip ci]

This commit is contained in:
Simon Warta 2022-02-09 22:38:02 +01:00
parent 8e471572e0
commit 4ca659272b

View File

@ -15,18 +15,20 @@ and this project adheres to
CosmJS users that need to add Amino types manually. ([#989])
- @cosmjs/cosmwasm-stargate: `height`, `gasWanted` and `gasUsed` have been added
to all result types of `SigningCosmWasmClient`
- @cosmjs/stargate: `MsgSend` and `Coin` are now parts of `defaultRegistryTypes`. ([#994])
- @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`: ([#1026])
- @cosmjs/stargate: `MsgSend` and `Coin` are now parts of
`defaultRegistryTypes`. ([#994])
- @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`: ([#1026])
- 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
[#1011]: https://github.com/cosmos/cosmjs/issues/1011