From a3ccae9a55709cfd1ae337fba7387d57ea8b1620 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Thu, 30 Nov 2023 12:17:08 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.18.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 1323c1f0e..5ccc18f3d 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -155,6 +155,13 @@ about the txid and don't want the calling code to block while the channel drains the active HTLCs. +* [New watchtower client DeactivateTower and + TerminateSession](https://github.com/lightningnetwork/lnd/pull/8239) commands + have been added. The DeactivateTower command can be used to mark a tower as + inactive so that its sessions are not loaded on startup and so that the tower + is not considered for session negotiation. TerminateSession can be used to + mark a specific session as terminal so that that specific is never used again. + ## lncli Additions * Deprecate `bumpclosefee` for `bumpforceclosefee` to accommodate for the fact