Update CHANGELOG for rust 1.50.0 clippy changes

This commit is contained in:
Steve Myers 2021-02-11 11:34:06 -08:00
parent c90a1f70a6
commit 2f7513753c
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View 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]