Fix CHANGELOG for Unreleased, v0.13.0

This commit is contained in:
Steve Myers 2021-10-20 20:14:10 -07:00
parent 7e085a86dd
commit b638039655
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -6,13 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
- Exposed `get_tx()` method from `Database` to `Wallet`.
## [v0.12.0] - [v0.11.0] ## [v0.12.0] - [v0.11.0]
- Activate `miniscript/use-serde` feature to allow consumers of the library to access it via the re-exported `miniscript` crate. - Activate `miniscript/use-serde` feature to allow consumers of the library to access it via the re-exported `miniscript` crate.
- Add support for proxies in `EsploraBlockchain` - Add support for proxies in `EsploraBlockchain`
- Added `SqliteDatabase` that implements `Database` backed by a sqlite database using `rusqlite` crate. - Added `SqliteDatabase` that implements `Database` backed by a sqlite database using `rusqlite` crate.
- Exposed `get_tx()` method from `Database` to `Wallet`.
## [v0.11.0] - [v0.10.0] ## [v0.11.0] - [v0.10.0]