root: Add CHANGELOG.md

This commit is contained in:
willclarktech 2020-07-22 16:32:39 +02:00
parent 0e20be743c
commit 4625e3033d
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
# CHANGELOG
## HEAD
- @cosmjs/cosmwasm: Rename `CosmWasmClient.getNonce` method to `.getSequence`.
- @cosmjs/cosmwasm: Remove `RestClient` class in favour of new modular
`LcdClient` class from @cosmjs/sdk38.
- @cosmjs/sdk38: Rename `CosmosClient.getNonce` method to `.getSequence`.
- @cosmjs/sdk38: Remove `RestClient` class in favour of new modular `LcdClient`
class.
- @cosmjs/sdk38: Remove `Pen` type in favour of `OfflineSigner` and remove
`Secp256k1Pen` class in favour of `Secp256k1Wallet` which takes an
`OfflineSigner` instead of a `SigningCallback`.