From c9aa034ec9f156831c30258521f9853878298dbe Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Mon, 13 Dec 2021 06:35:02 +0800 Subject: [PATCH] docs: add release note for peer conn fix --- docs/release-notes/release-notes-0.14.2.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/release-notes/release-notes-0.14.2.md b/docs/release-notes/release-notes-0.14.2.md index d24e34d24..c9e625ddc 100644 --- a/docs/release-notes/release-notes-0.14.2.md +++ b/docs/release-notes/release-notes-0.14.2.md @@ -1,13 +1,5 @@ # Release Notes -## Bug Fixes - -* [Return the nearest known fee rate when a given conf target cannot be found - from Web API fee estimator.](https://github.com/lightningnetwork/lnd/pull/6062) - -* [We now _always_ set a channel type if the other party signals the feature - bit](https://github.com/lightningnetwork/lnd/pull/6075). - ## Wallet * A bug that prevented opening anchor-based channels from external wallets when @@ -31,6 +23,12 @@ ## Bug fixes +* [Return the nearest known fee rate when a given conf target cannot be found + from Web API fee estimator.](https://github.com/lightningnetwork/lnd/pull/6062) + +* [We now _always_ set a channel type if the other party signals the feature + bit](https://github.com/lightningnetwork/lnd/pull/6075). + * [Add json flag to trackpayment](https://github.com/lightningnetwork/lnd/pull/6060) * [Clarify invalid config timeout @@ -47,6 +45,12 @@ * [Fix Postgres context cancellation](https://github.com/lightningnetwork/lnd/pull/6108) +* A conflict was found in connecting peers, where the peer bootstrapping + process and persistent connection could compete connection for a peer that + led to an already made connection being lost. [This is now fixed so that + bootstrapping will always ignore the peers chosen by the persistent + connection.](https://github.com/lightningnetwork/lnd/pull/6082) + ## RPC Server * [ChanStatusFlags is now