From e01507a193dbd78a1afb909bea3e5c332fdca0a3 Mon Sep 17 00:00:00 2001 From: Eugene Siegel Date: Fri, 1 Mar 2024 17:33:21 -0500 Subject: [PATCH] release-notes: update for 0.18.0 --- docs/release-notes/release-notes-0.18.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 4ef9d7dd98..b09f0a0226 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -142,6 +142,9 @@ funding operations and the new `PsbtCoinSelect` option of the `FundPsbt` RPC](https://github.com/lightningnetwork/lnd/pull/8378). +* When computing a minimum fee for transaction construction, `lnd` [now takes our +bitcoin peers' feefilter values into account](https://github.com/lightningnetwork/lnd/pull/8418). + ## RPC Additions * [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175)