lnd/docs/release-notes/release-notes-0.15.5.md
Olaoluwa Osuntokun aa20bc14d7
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.
2022-11-22 13:44:55 +01:00

19 lines
599 B
Markdown

# Release Notes
## Bug Fixes
* [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