From 0d94131fca691596e4c46c3c07eb34879baf7dc7 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 14 Jun 2023 11:48:44 +0200 Subject: [PATCH] doc: release note --- docs/release-notes/release-notes-0.18.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index f59ae179b..b70cbfac2 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -389,7 +389,10 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor In particular, the complexity involved in the lifecycle loop has been decoupled into logical steps, with each step having its own responsibility, making it easier to reason about the payment flow. - + +* [Remove io/ioutil package + dependence](https://github.com/lightningnetwork/lnd/pull/7765). + * [Add a watchtower tower client multiplexer](https://github.com/lightningnetwork/lnd/pull/7702) to manage tower clients of different types.