diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 49e51052c..b3713c657 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -301,7 +301,9 @@ certain large transactions](https://github.com/lightningnetwork/lnd/pull/7100). adding a data migration functionality to `lndinit`. * [`golangci-lint` will now check new code using additional - linters.](https://github.com/lightningnetwork/lnd/pull/7064) + linters](https://github.com/lightningnetwork/lnd/pull/7064) and was + [fine-tuned](https://github.com/lightningnetwork/lnd/pull/7289) to fit our + code style. * Update github actions to [check commits against the target base branch](https://github.com/lightningnetwork/lnd/pull/7103) rather than just