From 449f84d849bca6dee459b1c6f7b40a91411ce91a Mon Sep 17 00:00:00 2001 From: Turtle Date: Sat, 31 Jul 2021 19:39:53 -0500 Subject: [PATCH] docs: update release notes for #5304 --- docs/release-notes/release-notes-0.14.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index f36fd6214..9638c2a26 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -74,6 +74,8 @@ proposed channel type is used. is added to the state server. This state indicates whether the `lnd` server and all its subservers have been fully started or not. +* [Adds an option to the BakeMacaroon rpc "allow-external-permissions,"](https://github.com/lightningnetwork/lnd/pull/5304) which makes it possible to bake a macaroon with external permissions. That way, the baked macaroons can be used for services beyond LND. Also adds a new CheckMacaroonPermissions rpc that checks that the macaroon permissions and other restrictions are being followed. It can also check permissions not native to LND. + ### Batched channel funding [Multiple channels can now be opened in a single @@ -292,6 +294,7 @@ requirements surrounding updating the release notes for each new change](https://github.com/lightningnetwork/lnd/pull/5613). # Contributors (Alphabetical Order) +* Alyssa Hertig * Andras Banki-Horvath * de6df1re * ErikEk