From e0b6acb5847cbf92f64246685ee1cda9c716afe0 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 29 May 2025 21:36:33 +0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.1.md b/docs/release-notes/release-notes-0.19.1.md index 47c1706ce..a855ccc4a 100644 --- a/docs/release-notes/release-notes-0.19.1.md +++ b/docs/release-notes/release-notes-0.19.1.md @@ -34,6 +34,10 @@ - Fixed [a case](https://github.com/lightningnetwork/lnd/pull/9890) where LND would crash because of misaligned of a data struct on 32 bit systems. +- Fixed [a case](https://github.com/lightningnetwork/lnd/pull/9876) where a peer + may be treated as restricted peer although it used to have a channel with the + node. + # New Features ## Functional Enhancements