]> Untitled Git - bdk/commitdiff
Update CHANGELOG for rust 1.50.0 clippy changes
authorSteve Myers <steve@notmandatory.org>
Thu, 11 Feb 2021 19:34:06 +0000 (11:34 -0800)
committerSteve Myers <steve@notmandatory.org>
Sat, 13 Feb 2021 07:23:09 +0000 (23:23 -0800)
CHANGELOG.md

index 3717708a7aad11e35c7030d8c3fc79e637fc4035..59fc9a6aff502407d1b866885b4d495984f8e950 100644 (file)
@@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Wallet
 #### Changed
 - Removed the explicit `id` argument from `Wallet::add_signer()` since that's now part of `Signer` itself
+- Renamed `ToWalletDescriptor::to_wallet_descriptor` to `ToWalletDescriptor::into_wallet_descriptor`
+
+### Policy 
+#### Changed
+- Removed unneeded `Result<(), PolicyError>` return type for `Satisfaction::finalize()`
 
 ## [v0.3.0] - [v0.2.0]