]> Untitled Git - bdk/commitdiff
Merge commit 'refs/pull/552/head' of github.com:bitcoindevkit/bdk
authorSteve Myers <steve@notmandatory.org>
Wed, 23 Feb 2022 22:10:28 +0000 (14:10 -0800)
committerSteve Myers <steve@notmandatory.org>
Wed, 23 Feb 2022 22:10:28 +0000 (14:10 -0800)
1  2 
CHANGELOG.md

diff --cc CHANGELOG.md
index 75801e01a950accf5b8b08185530e0f1031bc637,e74e71b9f8ed38b9485f2d48d22fab826a4fe83f..17bf1624261f4577b3f7c95d6d758be614804787
@@@ -6,10 -6,10 +6,13 @@@ and this project adheres to [Semantic V
  
  ## [Unreleased]
  
- - Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
 +- Removed default verification from `wallet::sync`. sync-time verification is added in `script_sync` and is activated by `verify` feature flag.
 +- `verify` flag removed from `TransactionDetails`.
 +
+ ## [v0.16.1] - [v0.16.0]
+ - Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
  ## [v0.16.0] - [v0.15.0]
  
  - Disable `reqwest` default features.