From 6f90204e20bfc948e30c7585e9db24a12478a51a 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 15aed89a0..219fb3b34 100644 --- a/docs/release-notes/release-notes-0.19.2.md +++ b/docs/release-notes/release-notes-0.19.2.md @@ -46,6 +46,12 @@ would not be able to decode persisted data in the utxo nursery and therefore would fail to start up. +- [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