From 7b45a47ce3162c453def8af6b860d39b402ccf31 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 28 Oct 2021 16:52:08 -0700 Subject: [PATCH] docs/release-notes: add entry for HTLC interceptor bug fix --- docs/release-notes/release-notes-0.14.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 02f91ecb3..1d66ac4d7 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -558,6 +558,10 @@ messages directly. There is no routing/path finding involved. fixed](https://github.com/lightningnetwork/lnd/pull/5893) in the [`btcwallet` dependency](https://github.com/btcsuite/btcwallet/pull/773). +* [A bug has been fixed that would at times cause intercepted HTLCs to be + re-notified](https://github.com/lightningnetwork/lnd/pull/5901), which could + lead to higher-level HTLC mismanagement issues. + ## Documentation The [code contribution guidelines have been updated to mention the new