]> Untitled Git - bdk/commitdiff
Fix 0.16.0 changelog, include WIF fix
authorSteve Myers <steve@notmandatory.org>
Fri, 21 Jan 2022 20:27:36 +0000 (14:27 -0600)
committerSteve Myers <steve@notmandatory.org>
Fri, 21 Jan 2022 20:27:36 +0000 (14:27 -0600)
CHANGELOG.md

index e1c5d7c616040052a9c7ffa70ab2e5e223bf737b..6f7dece9b674b386155490c53de59c8d2731de46 100644 (file)
@@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Disable `reqwest` default features.
 - Added `reqwest-default-tls` feature: Use this to restore the TLS defaults of reqwest if you don't want to add a dependency to it in your own manifest.
 - Use dust_value from rust-bitcoin
+- Fixed generating WIF in the correct network format.
 
 ## [v0.15.0] - [v0.14.0]
 
 - Overhauled sync logic for electrum and esplora.
 - Unify ureq and reqwest esplora backends to have the same configuration parameters. This means reqwest now has a timeout parameter and ureq has a concurrency parameter.
 - Fixed esplora fee estimation.
-- Fixed generating WIF in the correct network format.
 
 ## [v0.14.0] - [v0.13.0]