Update CHANGELOG for Bech32.decode

This commit is contained in:
willclarktech 2020-08-04 16:37:32 +02:00
parent 7e7f6ec364
commit f607272f6b
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -6,6 +6,9 @@
- @cosmjs/cosmwasm: Rename `SigningCosmWasmClient.signAndPost` method to
`.signAndBroadcast`.
- @cosmjs/demo-staking: Remove package and supporting scripts.
- @cosmjs/encoding: Add `limit` parameter to `Bech32.encode` and `.decode`. The
new default limit for decoding is infinity (was 90 before). Set it to 90 to
create a strict decoder.
- @cosmjs/launchpad: Rename `CosmosClient.postTx` method to `.broadcastTx`.
- @cosmjs/launchpad: Rename `SigningCosmosClient.signAndPost` method to
`.signAndBroadcast`.