From 3f7909b48fc97c7d77762f0b41b0eabdec912113 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 12 Aug 2021 22:01:38 +0200 Subject: [PATCH] doc: add release notes --- docs/release-notes/release-notes-0.14.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 311c92dae..f84e62ca1 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -79,6 +79,12 @@ proposed channel type is used. * [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. +* [A new RPC middleware + interceptor](https://github.com/lightningnetwork/lnd/pull/5101) was added that + allows external tools to hook into `lnd`'s RPC server and intercept any + requests made with custom macaroons (and also the responses to those + requests). + ### Batched channel funding [Multiple channels can now be opened in a single