update changelog with rpc feature

This commit is contained in:
Riccardo Casatta 2021-05-31 13:35:58 +02:00
parent bfef2e3cfe
commit 0b969657cd
No known key found for this signature in database
GPG Key ID: FD986A969E450397

View File

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added an option that must be explicitly enabled to allow signing using non-`SIGHASH_ALL` sighashes (#350)
#### Changed
`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]