From f37ebb68eaec8cfdadcdafb88d75f24372546b40 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 1 Apr 2022 19:07:52 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.15.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index fcee2e324..767f12fe5 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -88,6 +88,9 @@ then watch it on chain. Taproot script spends are also supported through the occurred when not all UTXO information was specified](https://github.com/lightningnetwork/lnd/pull/6407). +* [Fixed P2TR addresses not correctly being detected as + used](https://github.com/lightningnetwork/lnd/pull/6389). + ## Misc * [An example systemd service file](https://github.com/lightningnetwork/lnd/pull/6033)