mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
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.
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
# Loop Client Release Notes
|
|
|
|
- **Release date:** 2020-05-12
|
|
- **Release page:**
|
|
[v0.6.2-beta](https://github.com/lightninglabs/loop/releases/tag/v0.6.2-beta)
|
|
- **Previous release:** [v0.6.1-beta](release-notes-0.6.1.md)
|
|
- **Next release:** [v0.6.3-beta](release-notes-0.6.3.md)
|
|
|
|
#### New Features
|
|
|
|
* Switch Loop In to use native SegWit P2WSH HTLC addresses. Externally funded
|
|
Loop Ins can use either nested SegWit or native SegWit addresses.
|
|
[PR #184](https://github.com/lightninglabs/loop/pull/184)
|
|
|
|
#### Breaking Changes
|
|
|
|
#### Bug Fixes
|
|
|
|
* Fix the maximum number of payment parts for Multi-Loop Out so that the
|
|
configured limit takes effect.
|
|
[PR #196](https://github.com/lightninglabs/loop/pull/196)
|
|
|
|
#### Maintenance
|
|
|
|
* Apply follow-up version updates for v0.6.1-beta and v0.6.2-beta.
|
|
[PR #199](https://github.com/lightninglabs/loop/pull/199)
|
|
[PR #200](https://github.com/lightninglabs/loop/pull/200)
|
|
|
|
The user-facing changes highlighted in the published v0.6.2-beta release were
|
|
already present in the v0.6.1-beta tag history. The tag-to-tag source delta for
|
|
v0.6.2-beta contains the version metadata updates above.
|
|
|
|
#### Contributors (Alphabetical Order)
|
|
|
|
- Joost Jager
|