From 3bf15485ce5f1b173a1fa6442d614345b4d66e69 Mon Sep 17 00:00:00 2001 From: Abdullahi Yunus Date: Tue, 7 Jan 2025 05:27:30 +0100 Subject: [PATCH] docs: add release note --- docs/release-notes/release-notes-0.19.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 2d4edf1e2..c9c1ecce3 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -78,6 +78,11 @@ initial historical sync may be blocked due to a race condition in handling the syncer's internal state. +* Add support for [archiving channel backup](https://github.com/lightningnetwork/lnd/pull/9232) + in a designated folder which allows for easy referencing in the future. A new + config is added `disable-backup-archive`, with default set to false, to + determine if previous channel backups should be archived or not. + ## Functional Enhancements * [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate wallet transactions.