From 0417877038f253dbbd0a8846e2389e1951a78a69 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Tue, 22 Apr 2025 14:51:25 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.0.md | 4 ++++ 1 file changed, 4 insertions(+) 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