diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 7792e1089..e27fc10fd 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -304,6 +304,10 @@ close transaction. * [Allow custom lock ID and duration in FundPsbt](https://github.com/lightningnetwork/lnd/pull/9724) RPC. + +* Expand the [lnrpc.RPCMiddlewareRequest](https://github.com/lightningnetwork/lnd/pull/9739) + to include any [gRPC metadata](https://grpc.io/docs/guides/metadata) pairs + that are passed to the initial request via the `context.Context`. ## lncli Updates