Fix CHANGELOG
The `Rpc` backend is not part of the release but it accidentally ended up there during the merge
This commit is contained in:
parent
9ff86ea37c
commit
67714adc80
@ -6,14 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Wallet
|
||||||
|
#### Added
|
||||||
|
- Bitcoin core RPC added as blockchain backend
|
||||||
|
|
||||||
## [v0.8.0] - [v0.7.0]
|
## [v0.8.0] - [v0.7.0]
|
||||||
|
|
||||||
### Wallet
|
### Wallet
|
||||||
- Added an option that must be explicitly enabled to allow signing using non-`SIGHASH_ALL` sighashes (#350)
|
- Added an option that must be explicitly enabled to allow signing using non-`SIGHASH_ALL` sighashes (#350)
|
||||||
#### Changed
|
#### Changed
|
||||||
`get_address` now returns an `AddressInfo` struct that includes the index and derefs to `Address`.
|
`get_address` now returns an `AddressInfo` struct that includes the index and derefs to `Address`.
|
||||||
#### Added
|
|
||||||
- Bitcoin core RPC added as blockchain backend
|
|
||||||
|
|
||||||
## [v0.7.0] - [v0.6.0]
|
## [v0.7.0] - [v0.6.0]
|
||||||
|
|
||||||
@ -350,4 +352,4 @@ final transaction is created by calling `finish` on the builder.
|
|||||||
[v0.5.1]: https://github.com/bitcoindevkit/bdk/compare/v0.5.0...v0.5.1
|
[v0.5.1]: https://github.com/bitcoindevkit/bdk/compare/v0.5.0...v0.5.1
|
||||||
[v0.6.0]: https://github.com/bitcoindevkit/bdk/compare/v0.5.1...v0.6.0
|
[v0.6.0]: https://github.com/bitcoindevkit/bdk/compare/v0.5.1...v0.6.0
|
||||||
[v0.7.0]: https://github.com/bitcoindevkit/bdk/compare/v0.6.0...v0.7.0
|
[v0.7.0]: https://github.com/bitcoindevkit/bdk/compare/v0.6.0...v0.7.0
|
||||||
[v0.8.0]: https://github.com/bitcoindevkit/bdk/compare/v0.7.0...v0.8.0
|
[v0.8.0]: https://github.com/bitcoindevkit/bdk/compare/v0.7.0...v0.8.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user