From 1198a899813e8783bccefd8c76b9cdfe6a73496e Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Sun, 9 Jan 2022 23:03:07 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e3b33..586df42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add 'reserve' feature to enable proof of reserve - If no wallet name is provided, derive one from the descriptor instead of using "main" - Add optional cookie authentication for rpc backend +- Add `regtest-*` features to automatically deploy local regtest nodes +(bitcoind, and electrs) while running cli commands. ## [0.3.0]