diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index fd7941c8f0..d94b6de72f 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -142,6 +142,13 @@ documentation](../psbt.md#use-the-batchopenchannel-rpc-for-safe-batch-channel-fu ## Security +* The release signature verification script [was overhauled to fix some possible + attack vectors and user + errors](https://github.com/lightningnetwork/lnd/pull/5053). The public keys + used to verify the signatures against are no longer downloaded form Keybase + but instead are kept in the `lnd` git repository. This allows for a more + transparent way of keeping track of changes to the signing keys. + ### Admin macaroon permissions The default file permissions of admin.macaroon were [changed from 0600 to