From 9b61e09ca792f9b343ba6652f45632b9a8c583df Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Mon, 19 Dec 2022 21:03:09 +0800 Subject: [PATCH] docs: update release notes for gossip fix This commit also puts relevant docs closer to each other. --- docs/release-notes/release-notes-0.16.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 80ad5fa71..1ff56fb24 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -7,6 +7,10 @@ locally to all connected peers](https://github.com/lightningnetwork/lnd/pull/7239), regardless of their current gossip sync query status. +There's also a [bug fix](https://github.com/lightningnetwork/lnd/pull/7186) +that might lead to channel updates being missed, causing channel graph being +incomplete. Aside from that, a potential announcement messages being sent out +of order is also [fixed](https://github.com/lightningnetwork/lnd/pull/7264). ## BOLT Specs