From b791fe857c2a13282f0158afc756a4b5b972ddcb Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Thu, 2 Feb 2023 10:23:33 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.16.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 0cac35fc59..a4e0e6a94c 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -404,6 +404,14 @@ in the lnwire package](https://github.com/lightningnetwork/lnd/pull/7303) 3.5.7](https://github.com/lightningnetwork/lnd/pull/7353) to resolve linking issues with outdated dependencies. +* [Re-add local and remote output amounts to the revocation + log](https://github.com/lightningnetwork/lnd/pull/7379) and add a new + `--db.no-rev-log-amt-data` flag that can be used to explicitly opt out of + storing this extra data. It should be noted that setting this flag is not + recommended unless the user is sure that they will never activate their + watchtower client (`--wtclient.active`) in the future. The new flag can not + be set at all if the `--wtclient.active` flag has been set. + ## Pathfinding * [Pathfinding takes capacity of edges into account to improve success