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.