From 0f4e691d4d441973d84264ed0fe2c4e64c86a6d9 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 24 Mar 2022 09:31:54 +0100 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.14.3.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.3.md b/docs/release-notes/release-notes-0.14.3.md index 6b616d7a0..07de969c4 100644 --- a/docs/release-notes/release-notes-0.14.3.md +++ b/docs/release-notes/release-notes-0.14.3.md @@ -8,6 +8,13 @@ off](https://github.com/lightningnetwork/lnd/pull/6359), enabling strict HTTP method matching. +* The [`SignOutputRaw` RPC now works properly in remote signing + mode](https://github.com/lightningnetwork/lnd/pull/6341), even when + only a public key or only a key locator is specified. This allows a Loop or + Pool node to be connected to a remote signing node pair. + A bug in the remote signer health check was also fixed that lead to too many + open connections. + # Contributors (Alphabetical Order) * Oliver Gugger