From 0055f84732035a9a4631189f5eb869a4a06958df Mon Sep 17 00:00:00 2001 From: ziggie Date: Wed, 28 May 2025 14:24:00 +0200 Subject: [PATCH] docs: add 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 20aae8bea..ccb9e128b 100644 --- a/docs/release-notes/release-notes-0.19.1.md +++ b/docs/release-notes/release-notes-0.19.1.md @@ -30,6 +30,10 @@ - Fixed [a case](https://github.com/lightningnetwork/lnd/pull/9854) where the `BumpFee` doesn't give an error response. +- Fixed [a case](https://github.com/lightningnetwork/lnd/pull/9872) where a + peer would not disconnect properly when both peers supported the new + "rbf-coop-close" feature leaving the peer connection in a borked state. + # New Features ## Functional Enhancements