From e9f1b839e44c8f0ccfd06b12ee776ab0bd234540 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Fri, 7 Aug 2026 15:23:48 +0200 Subject: [PATCH] docs: add multi-address release notes --- docs/release-notes/release-notes-next.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-next.md b/docs/release-notes/release-notes-next.md index 1f889227..74a56ada 100644 --- a/docs/release-notes/release-notes-next.md +++ b/docs/release-notes/release-notes-next.md @@ -2,6 +2,12 @@ #### New Features +* Static Address now derives fresh receive and change addresses while retaining + per-deposit address ownership across restarts for discovery, recovery, and + signing. The new `loop static deposit` command can create and fund an address + directly from the lnd wallet, and deposit listings identify the receiving + address. [PR #1139](https://github.com/lightninglabs/loop/pull/1139) + #### Breaking Changes * Instant Out and reservation RPCs now require the `loop:out` permission.