From e99b09d38aae21444cc35488414d7817e2233d0f Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Thu, 22 Aug 2024 12:14:30 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.18.3.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.18.3.md b/docs/release-notes/release-notes-0.18.3.md index 8ba9eefad..f5225a211 100644 --- a/docs/release-notes/release-notes-0.18.3.md +++ b/docs/release-notes/release-notes-0.18.3.md @@ -59,7 +59,11 @@ commitment when the channel was force closed. * We'll now always send [channel updates to our remote peer for open channels](https://github.com/lightningnetwork/lnd/pull/8963). - + +* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9023) that would + cause UpdateAddHTLC message with blinding point fields to not be re-forwarded + correctly on restart. + # New Features ## Functional Enhancements ## RPC Additions