From aa20bc14d752584716792eb210eb7c7259b583ac Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 22 Nov 2022 11:36:39 +0100 Subject: [PATCH] docs/release-notes: add entry for 0.15.5 Adds an entry for the change addr bug fix, and a missing entry for the funding locked sleep fix. --- docs/release-notes/release-notes-0.15.5.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.5.md b/docs/release-notes/release-notes-0.15.5.md index 9eba14e93..2f3c7bcbf 100644 --- a/docs/release-notes/release-notes-0.15.5.md +++ b/docs/release-notes/release-notes-0.15.5.md @@ -5,6 +5,15 @@ * [A Taproot related key tweak issue was fixed in `btcd` that affected remote signing setups](https://github.com/lightningnetwork/lnd/pull/7130). +* [Taproot changes addresses are now used by default for the `SendCoins` + RPC](https://github.com/lightningnetwork/lnd/pull/7193). + +* [A 1 second interval has been added between `FundingLocked` receipt + checks](https://github.com/lightningnetwork/lnd/pull/7095). This reduces idle + CPU usage for pending/dangling funding attempts. + # Contributors (Alphabetical Order) +* Olaoluwa Osuntokun * Oliver Gugger +* Yong Yu