From 2855288636fc9c928bc610cbe1acca6bd965d291 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 15 Jul 2025 17:14:48 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.19.2.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.2.md b/docs/release-notes/release-notes-0.19.2.md index bffb3e66c..0a367e539 100644 --- a/docs/release-notes/release-notes-0.19.2.md +++ b/docs/release-notes/release-notes-0.19.2.md @@ -52,6 +52,12 @@ - Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042) when we fail starting up LND before we startup the chanbackup sub-server. +- [Added the missing `FundingTimeoutEvent` event type to the + `SubscribeChannelEvents` + RPC](https://github.com/lightningnetwork/lnd/pull/10079) to avoid the + `unexpected channel event update` error that lead to the termination of the + streaming RPC call. + # New Features ## Functional Enhancements