]> Untitled Git - bdk/commitdiff
Merge commit 'refs/pull/371/head' of github.com:bitcoindevkit/bdk
authorAlekos Filini <alekos.filini@gmail.com>
Fri, 16 Jul 2021 09:23:17 +0000 (11:23 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Fri, 16 Jul 2021 09:24:19 +0000 (11:24 +0200)
1  2 
CHANGELOG.md

diff --cc CHANGELOG.md
index 12c38de4a3177d3788032d90cdf3474815e4aa2a,06bcf98136ff53e8b308f1ec24cc583b94ffa562..02f66d0b933ccb1421ab8a355657a6b4e49df59e
@@@ -6,12 -6,11 +6,16 @@@ and this project adheres to [Semantic V
  
  ## [Unreleased]
  
- #### Added
- - Bitcoin core RPC added as blockchain backend
- - Add a `verify` feature that can be enable to verify the unconfirmed txs we download against the consensus rules
+ ### Wallet
++- Removed and replaced `set_single_recipient` with more general `drain_to` and replaced `maintain_single_recipient` with `allow_shrinking`.
++
 +## [v0.9.0] - [v0.8.0]
 +
 +### Wallet
 -- Removed and replaced `set_single_recipient` with more general `drain_to` and replaced `maintain_single_recipient` with `allow_shrinking`.
++
+ - Added Bitcoin core RPC added as blockchain backend
+ - Added a `verify` feature that can be enable to verify the unconfirmed txs we download against the consensus rules
  
  ## [v0.8.0] - [v0.7.0]