diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index e2b80b92..175c5798 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -2,11 +2,14 @@ # Build System -[A new pre-submit check has been -added](https://github.com/lightningnetwork/lnd/pull/5520) to ensure that all -PRs ([aside from merge -commits](https://github.com/lightningnetwork/lnd/pull/5543)) add an entry in -the release notes folder that at leasts links to PR being added. +* [A new pre-submit check has been + added](https://github.com/lightningnetwork/lnd/pull/5520) to ensure that all + PRs ([aside from merge + commits](https://github.com/lightningnetwork/lnd/pull/5543)) add an entry in + the release notes folder that at leasts links to PR being added. + +* [A new build target itest-race](https://github.com/lightningnetwork/lnd/pull/5542) + to help uncover undetected data races with our itests. # Code Health