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.
This commit is contained in:
Olaoluwa Osuntokun 2022-11-22 11:36:39 +01:00 committed by Oliver Gugger
parent d75c86f3dd
commit aa20bc14d7
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

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