From a0ec4f24d6de11c7c23db364a5dfc4d6190db492 Mon Sep 17 00:00:00 2001 From: elbandi Date: Mon, 22 Jul 2024 10:35:14 +0200 Subject: [PATCH] docs: Add release note item --- docs/release-notes/release-notes-0.18.3.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.3.md b/docs/release-notes/release-notes-0.18.3.md index c3afe9600..f8f239702 100644 --- a/docs/release-notes/release-notes-0.18.3.md +++ b/docs/release-notes/release-notes-0.18.3.md @@ -87,6 +87,9 @@ commitment when the channel was force closed. * Commitment fees are now taken into account when [calculating the fee exposure threshold](https://github.com/lightningnetwork/lnd/pull/8824). +* [Allow](https://github.com/lightningnetwork/lnd/pull/8845) multiple etcd hosts + to be specified in db.etcd.host. + ## RPC Updates * [`xImportMissionControl`](https://github.com/lightningnetwork/lnd/pull/8779)