From d1f961c598a493f2008c45f1eff82d53ed36379e Mon Sep 17 00:00:00 2001 From: ardevd Date: Mon, 27 Feb 2023 22:33:31 +0100 Subject: [PATCH] docs: added release notes --- docs/release-notes/release-notes-0.16.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.1.md b/docs/release-notes/release-notes-0.16.1.md index afb702380..6b6cd1346 100644 --- a/docs/release-notes/release-notes-0.16.1.md +++ b/docs/release-notes/release-notes-0.16.1.md @@ -8,6 +8,9 @@ * [Add time_lock_delta overflow check for UpdateChannelPolicy](https://github.com/lightningnetwork/lnd/pull/7350) that ensure `time_lock_delta` is greater or equal than `0` and less or equal than `65535` +* [Added ability to backup, verify and + restore single channels](https://github.com/lightningnetwork/lnd/pull/7437) + to and from a file on disk. ## Watchtowers @@ -39,6 +42,7 @@ # Contributors (Alphabetical Order) +* ardevd * Elle Mouton * Oliver Gugger * Tommy Volk