From: rajarshimaitra Date: Sun, 9 Jan 2022 17:33:07 +0000 (+0530) Subject: Update CHANGELOG X-Git-Tag: v0.5.0~7^2 X-Git-Url: http://internal-gitweb-vhost/bitcoin/struct.WScriptHash.html?a=commitdiff_plain;h=930b0c48fef484e5b586346ca295358a3d30bb5e;p=bdk-cli Update CHANGELOG --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ac58a1c..30c5d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Re-license to dual MIT and Apache 2.0 and update project name to "Bitcoin Dev Kit" - Update to bdk and bdk-reserves to `0.17.0` - Add 'verify' feature flag which enables transaction verification against consensus rules during sync. +- Make `regtest` the default network. +- Add experimental `regtest-*` features to automatically deploy local regtest nodes +(bitcoind, and electrs) while running cli commands. ## [0.4.0]