diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index 675ab7cf..c7410fce 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -26,6 +26,11 @@ * [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9134) that would cause a nil pointer dereference during the probing of a payment request that does not contain a payment address. + +* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9033) where we + would not signal an error when trying to bump an non-anchor channel but + instead report a successful cpfp registration although no fee bumping is + possible for non-anchor channels anyways. * [Use the required route blinding feature-bit](https://github.com/lightningnetwork/lnd/pull/9143) for invoices