From 678607e673c975e5e72639339a6d4f117a26c816 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 23 Sep 2021 18:28:27 -0700 Subject: [PATCH] Move new CHANGELOG entries to Unreleased --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]