From b558c9c23e310454fa2a0030ee85f715142ccac0 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Tue, 15 Nov 2022 17:09:33 +0800 Subject: [PATCH] docs: update release notes --- 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 1146051de..d62fd0977 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -269,6 +269,10 @@ data. * [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/7186) that might lead to channel updates being missed, causing channel graph being incomplete. +* During reconnection, enabling channels might be failed due to the startup of + link is falling behind, which is now fixed by [retrying the enable + request](https://github.com/lightningnetwork/lnd/pull/7157). + ## Code Health * [test: use `T.TempDir` to create temporary test