Add CHANGELOG entry

This commit is contained in:
Simon Warta 2021-09-30 22:27:31 +02:00
parent 86f5f56af4
commit 705d1e8cae

View File

@ -6,11 +6,18 @@ and this project adheres to
## [Unreleased]
### Added
- @cosmjs/amino: `decodeBech32Pubkey` and `decodeAminoPubkey` now support
decoding multisig public keys ([#882]).
### Fixed
- @cosmjs/stargate: Add missing pagination key arguments to query types in
`GovExtension`.
[#882]: https://github.com/cosmos/cosmjs/issues/882
## [0.26.0] - 2021-08-24
### Added