diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index 14e74678e..377100f76 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -72,6 +72,9 @@ then watch it on chain. Taproot script spends are also supported through the `lncli walletbalance` in existing wallets after upgrading to Taproot](https://github.com/lightningnetwork/lnd/pull/6379). +* [Fixed a data race in the websocket proxy + code](https://github.com/lightningnetwork/lnd/pull/6380). + ## Misc * [An example systemd service file](https://github.com/lightningnetwork/lnd/pull/6033)