From bdcf71368b0be74e23bd6c6f8d7675c01a15a9bb 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 4fc64028d35..3bed3fcf122 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -74,6 +74,11 @@ This is a protocol gadget required for Dynamic Commitments and Splicing that will be added later. +* 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.