From 31526a0191680eb5c545dafc689e47e7ae9a3acc Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Tue, 26 Mar 2024 19:12:34 +0200 Subject: [PATCH] docs: update the release-notes-0.18.0 --- docs/release-notes/release-notes-0.18.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 6f13bb41ce..53097c4961 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -300,6 +300,10 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor * [Allow callers of `ListSweeps` to specify the start height](https://github.com/lightningnetwork/lnd/pull/7372). +* [Coin Selection Strategy](https://github.com/lightningnetwork/lnd/pull/8515) + add coin selection strategy option to the following on-chain RPC calls + `EstimateFee`, `SendMany`, `SendCoins`, `BatchOpenChannel`, `SendOutputs`, and `FundPsbt`. + ## lncli Updates * [Documented all available `lncli`