From 9281e7a6927974a4d719e4a2a8b9662aa4883de5 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 12 Apr 2022 19:30:13 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.15.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index e8c3c3e08..fcee2e324 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -84,6 +84,10 @@ then watch it on chain. Taproot script spends are also supported through the * [Fixed race condition resulting in MPP payments sometimes getting stuck in-flight](https://github.com/lightningnetwork/lnd/pull/6352). +* [Fixed a panic in the Taproot signing part of the `SignOutputRaw` RPC that + occurred when not all UTXO information was + specified](https://github.com/lightningnetwork/lnd/pull/6407). + ## Misc * [An example systemd service file](https://github.com/lightningnetwork/lnd/pull/6033)