From 12061746487aa2adad532d1cb3e1b17dc127dd3f Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Mon, 21 Nov 2022 13:17:25 +0800 Subject: [PATCH] docs: add release notes for gossip fix --- docs/release-notes/release-notes-0.16.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index b01399301..03d6ebee5 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -215,6 +215,9 @@ certain large transactions](https://github.com/lightningnetwork/lnd/pull/7100). `getblockhash`, and `getbestblock`. These commands provide access to chain block data. +* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/7186) that might + lead to channel updates being missed, causing channel graph being incomplete. + ## Code Health * [test: use `T.TempDir` to create temporary test