Update CHANGELOG

This commit is contained in:
Justin Moon 2021-01-13 23:04:23 -06:00
parent 813c1ddcd0
commit 5c82789e57
No known key found for this signature in database
GPG Key ID: 5E35A85919DD0D22

View File

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Changed #### Changed
- Remove `BlockchainMarker`, `OfflineClient` and `OfflineWallet` in favor of just using the unit - Remove `BlockchainMarker`, `OfflineClient` and `OfflineWallet` in favor of just using the unit
type to mark for a missing client. type to mark for a missing client.
- Upgrade `tokio` to `1.0`.
### CLI ### CLI
#### Changed #### Changed