From bc4a12a3465187bd15851adaf00eb876071f01b7 Mon Sep 17 00:00:00 2001 From: ziggie Date: Sun, 6 Jul 2025 13:07:26 +0200 Subject: [PATCH] docs: add release-notes --- docs/release-notes/release-notes-0.19.2.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.2.md b/docs/release-notes/release-notes-0.19.2.md index 956b22c35..bffb3e66c 100644 --- a/docs/release-notes/release-notes-0.19.2.md +++ b/docs/release-notes/release-notes-0.19.2.md @@ -49,6 +49,9 @@ would not be able to decode persisted data in the utxo nursery and therefore would fail to start up. +- Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042) + when we fail starting up LND before we startup the chanbackup sub-server. + # New Features ## Functional Enhancements