diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index 37e9d473a..f64945a84 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -108,6 +108,9 @@ then watch it on chain. Taproot script spends are also supported through the * [Fixed incorrect PSBT de-serialization for transactions with no inputs](https://github.com/lightningnetwork/lnd/pull/6428). +* [Fixed a spec-compliance issue where lnd was not allowing cooperative +close to continue after a peer disconnect](https://github.com/lightningnetwork/lnd/pull/6419). + ## Routing * [Add a new `time_pref` parameter to the QueryRoutes and SendPayment APIs](https://github.com/lightningnetwork/lnd/pull/6024) that