From 08944f4505bb7ac6da72f5ae0015f819c8c9a52d Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 8 Mar 2024 00:17:15 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.18.0.md b/docs/lnd/release-notes/release-notes-0.18.0.md index b12f35c..ed485af 100644 --- a/docs/lnd/release-notes/release-notes-0.18.0.md +++ b/docs/lnd/release-notes/release-notes-0.18.0.md @@ -191,6 +191,9 @@ [Deprecate bumpclosefee for bumpforceclosefee and add `max_fee_rate` option to `closechannel` cmd](https://github.com/lightningnetwork/lnd/pull/8350). +* The [`closeallchannels` command now asks for confirmation before closing + all channels](https://github.com/lightningnetwork/lnd/pull/8526). + # Improvements ## Functional Updates ### Tlv @@ -339,6 +342,10 @@ * [Refactor UpdateInvoice](https://github.com/lightningnetwork/lnd/pull/8100) to make it simpler to adjust code to also support SQL InvoiceDB implementation. +* [InvoiceDB implementation](https://github.com/lightningnetwork/lnd/pull/8052) + for SQL backends enabling new users to optionally use an experimental native + SQL invoices database. + ## Code Health * [Remove database pointers](https://github.com/lightningnetwork/lnd/pull/8117)