docs: add release notes

This commit is contained in:
Oliver Gugger 2022-03-24 09:31:54 +01:00
parent 8c44da225a
commit 0f4e691d4d
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

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