From: Alekos Filini Date: Wed, 1 Jun 2022 12:55:43 +0000 (+0200) Subject: Update CHANGELOG.md for Taproot X-Git-Tag: v0.19.0~5^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/struct.CommandStringError.html?a=commitdiff_plain;h=20d36c71d470ea5ece98dd218f4dbdb0ba872d11;p=bdk Update CHANGELOG.md for Taproot --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1416756c..18a5ae06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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 - Update `PkOrF` in the policy module to become an enum +- Add experimental support for Taproot, including: + - Support for `tr()` descriptors with complex tapscript trees + - Creation of Taproot PSBTs (BIP-371) + - Signing Taproot PSBTs (key spend and script spend) + - Support for `tr()` descriptors in the `descriptor!()` macro ## [v0.18.0] - [v0.17.0]