loop/docs/release-notes/release-notes-0.31.5.md
Slyghtning 6b942941fb
docs: complete historical release notes
Document every published Loop release and preserve authoritative notes.

Add the next-release workflow and rebuild chronological navigation.

Rename the reproducible-build guide for clarity.
2026-07-27 11:54:05 +02:00

33 lines
982 B
Markdown

# Loop Client Release Notes
- **Release date:** 2025-10-31
- **Release page:**
[v0.31.5-beta](https://github.com/lightninglabs/loop/releases/tag/v0.31.5-beta)
- **Previous release:** [v0.31.4-beta](release-notes-0.31.4.md)
- **Next release:**
[v0.31.5-beta-lnd0.20](release-notes-0.31.5-lnd0.20.md)
#### New Features
* Add notification versioning and a manager for resuming swaps.
[PR #1029](https://github.com/lightninglabs/loop/pull/1029)
* Add Instant Out and static address RPCs to `client.yaml`.
[PR #1026](https://github.com/lightninglabs/loop/pull/1026)
#### Breaking Changes
* Standardize static address amount flags on `--amt`.
[PR #1023](https://github.com/lightninglabs/loop/pull/1023)
#### Bug Fixes
* Avoid an Instant Out startup crash when experimental features are disabled.
[PR #1030](https://github.com/lightninglabs/loop/pull/1030)
#### Maintenance
#### Contributors (Alphabetical Order)
- Alex Bosworth
- Andras Banki-Horvath
- Boris Nagaev