From: Steve Myers Date: Thu, 21 Oct 2021 03:14:10 +0000 (-0700) Subject: Fix CHANGELOG for Unreleased, v0.13.0 X-Git-Tag: v0.13.0~6 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/-script/static/gitweb.css?a=commitdiff_plain;h=b638039655e92d920b9e1f585443288d28f2a983;p=bdk Fix CHANGELOG for Unreleased, v0.13.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f548bc81..64f21ed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Exposed `get_tx()` method from `Database` to `Wallet`. ## [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. - Add support for proxies in `EsploraBlockchain` - 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]