From c4472254ef8626b45b76e557c5f1303a00f827e8 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Sun, 3 Dec 2023 22:37:07 +0100 Subject: [PATCH] docs: update release notes for 0.18.0 --- docs/release-notes/release-notes-0.18.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index f95d4ec9e..d1a9ebed4 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -194,6 +194,9 @@ [raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426) in `waiting_close_channels`. +* [Allow callers of ListSweeps to specify the start height]( + https://github.com/lightningnetwork/lnd/pull/7372). + ## lncli Updates * [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181).