From 5c82789e57cec7040f08c955079f03cd7197699f Mon Sep 17 00:00:00 2001 From: Justin Moon Date: Wed, 13 Jan 2021 23:04:23 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3f63f7..979de189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Changed - Remove `BlockchainMarker`, `OfflineClient` and `OfflineWallet` in favor of just using the unit type to mark for a missing client. +- Upgrade `tokio` to `1.0`. ### CLI #### Changed