diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index 4daf9f18a..b482b4c83 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -176,7 +176,11 @@ then watch it on chain. Taproot script spends are also supported through the * [The CI and build infrastructure for the project has transitioned to using Go 1.18](https://github.com/lightningnetwork/lnd/pull/6340). * [Announce the keysend feature bit in NodeAnnouncement if `--accept-keysend` - is set](https://github.com/lightningnetwork/lnd/pull/6414) + is set](https://github.com/lightningnetwork/lnd/pull/6414). + +* [Fix a flaky unit test in the `chainview` + package](https://github.com/lightningnetwork/lnd/pull/6354). + ## RPC Server