From 14fbba5a5d55537ac440d8961f79b71ac5f531ff 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 cbdbac1c7..8b46cdf09 100644 --- a/docs/release-notes/release-notes-0.19.1.md +++ b/docs/release-notes/release-notes-0.19.1.md @@ -37,6 +37,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