From da1456f71b8106aea3947a92aa1703459eecbf85 Mon Sep 17 00:00:00 2001 From: ziggie Date: Tue, 8 Jul 2025 19:16:12 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.19.2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.2.md b/docs/release-notes/release-notes-0.19.2.md index c8c9adffb..956b22c35 100644 --- a/docs/release-notes/release-notes-0.19.2.md +++ b/docs/release-notes/release-notes-0.19.2.md @@ -45,6 +45,10 @@ - Fixed a [case](https://github.com/lightningnetwork/lnd/pull/10045) that a panic may happen which prevents the node from starting up. +- Fixed a [case](https://github.com/lightningnetwork/lnd/pull/10048) where we + would not be able to decode persisted data in the utxo nursery and therefore + would fail to start up. + # New Features ## Functional Enhancements