docs: add multi-address release notes

This commit is contained in:
Slyghtning 2026-08-07 15:23:48 +02:00
parent e80ee95239
commit e9f1b839e4
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -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.