From c7b2b516f20383e9bd3bcb54ebe3f36eeb78a74e Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 18 Oct 2024 00:22:04 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.19.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index 9d733118..97ad6198 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -36,6 +36,10 @@ feature-bit](https://github.com/lightningnetwork/lnd/pull/9143) for invoices containing blinded paths. +* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9137) that prevented + a graceful shutdown of LND during the main chain backend sync check in certain + cases. + # New Features ## Functional Enhancements ## RPC Additions @@ -72,6 +76,10 @@ * Log rotation can now use ZSTD +* [A new method](https://github.com/lightningnetwork/lnd/pull/9195) + `AssertTxnsNotInMempool` has been added to `lntest` package to allow batch + exclusion check in itest. + # Technical and Architectural Updates ## BOLT Spec Updates @@ -103,4 +111,5 @@ * CharlieZKSmith * Elle Mouton * Pins +* Viktor Tigerström * Ziggie