From 59ebe02fa478586eea4b08fefcc552c996d74e59 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Fri, 11 Aug 2023 15:09:17 +0200 Subject: [PATCH] docs: update release notes --- 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 0dde33b8e..bbdc7589b 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -119,6 +119,10 @@ 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. + +* [Add a watchtower tower client + multiplexer](https://github.com/lightningnetwork/lnd/pull/7702) to manage + tower clients of different types. ## Breaking Changes ## Performance Improvements