From d365babe2533ffd1d2c2db8af4c84b171cca4966 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 8 Jul 2022 13:34:18 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.15.1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.15.1.md b/docs/release-notes/release-notes-0.15.1.md index 477394d41..ea41d4742 100644 --- a/docs/release-notes/release-notes-0.15.1.md +++ b/docs/release-notes/release-notes-0.15.1.md @@ -65,7 +65,11 @@ * [The HtlcSwitch now waits for a ChannelLink to stop before replacing it. This fixes a race condition.](https://github.com/lightningnetwork/lnd/pull/6642) -* [Integration tests now always run with nodes never deleting failed payments](https://github.com/lightningnetwork/lnd/pull/6712). +* [Integration tests now always run with nodes never deleting failed + payments](https://github.com/lightningnetwork/lnd/pull/6712). + +* [Fixes a key scope issue preventing new remote signing setups to be created + with `v0.15.0-beta`](https://github.com/lightningnetwork/lnd/pull/6714). ## Code Health