root: Add CHANGELOG.md
This commit is contained in:
parent
0e20be743c
commit
4625e3033d
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal 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`.
|
||||
Loading…
Reference in New Issue
Block a user