Update CHANGELOG for exposed signing client properties

This commit is contained in:
willclarktech 2021-03-16 14:09:35 +01:00
parent 15308b9cfb
commit 7c35d48438
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -8,6 +8,12 @@ and this project adheres to
### Added
- @cosmjs/cosmwasm-launchpad: Expose `SigningCosmWasmClient.fees`.
- @cosmjs/cosmwasm-stargate: Expose `SigningCosmWasmClient.fees` and
`SigningCosmWasmClient.registry`.
- @cosmjs/launchpad: Expose `SigningCosmosClient.fees`.
- @cosmjs/stargate: Expose `SigningStargateClient.fees` and
`SigningStargateClient.registry`.
- @cosmjs/stargate: Add support for different account types in `accountFromAny`
and `StargateClient`. Added `ModuleAccount` and vesting accounts
`BaseVestingAccount`, `ContinuousVestingAccount`, `DelayedVestingAccount` and