From: Steve Myers Date: Fri, 24 Sep 2021 01:28:27 +0000 (-0700) Subject: Move new CHANGELOG entries to Unreleased X-Git-Tag: v0.12.0~5 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.LocalOutput.html?a=commitdiff_plain;h=678607e673c975e5e72639339a6d4f117a26c816;p=bdk Move new CHANGELOG entries to Unreleased --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab9af73..eae7898e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - 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. ## [v0.11.0] - [v0.10.0] - Added `flush` method to the `Database` trait to explicitly flush to disk latest changes on the db. -- Add support for proxies in `EsploraBlockchain` -- Added `SqliteDatabase` that implements `Database` backed by a sqlite database using `rusqlite` crate. ## [v0.10.0] - [v0.9.0]