From: Steve Myers Date: Wed, 18 May 2022 20:44:57 +0000 (-0700) Subject: Update CHANGELOG with warning about sqlite-db deleted wallet data X-Git-Tag: v0.19.0~6^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.RawNetworkMessage.html?a=commitdiff_plain;h=24719081511969299459d01566b0d669a7b51f7b;p=bdk Update CHANGELOG with warning about sqlite-db deleted wallet data --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4564032f..7348f185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New MSRV set to `1.56` - Unpinned tokio to `1` - Add traits to reuse `Blockchain`s across multiple wallets (`BlockchainFactory` and `StatelessBlockchain`). -- Upgrade to rust-bitcoin `0.28` - +- Upgrade to rust-bitcoin `0.28` +- If using the `sqlite-db` feature all cached wallet data is deleted due to a possible UTXO inconsistency, a wallet.sync will recreate it ## [v0.18.0] - [v0.17.0]