docs: add release-notes.

This commit is contained in:
ziggie 2024-03-30 17:05:09 +00:00
parent 351e9a68dd
commit 58e12884dc
No known key found for this signature in database
GPG Key ID: 1AFF9C4DCED6D666

View File

@ -118,6 +118,14 @@
* [Fixed a bug in `btcd` that caused an incompatibility with
`bitcoind v27.0`](https://github.com/lightningnetwork/lnd/pull/8573).
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8609) a function call
where arguments were swapped.
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8545) utxo selection
for the internal channel funding flow (Single and Batch Funding Flow). Now
utxos which are unconfirmed and originated from the sweeper subsystem are not
selected because they bear the risk of being replaced (BIP 125 RBF).
# New Features
## Functional Enhancements