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`