From f649c6fd47103f99fe5cb0f3a2f905f6ce0bec8f Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 6 Jul 2022 21:17:04 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.15.1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.1.md b/docs/release-notes/release-notes-0.15.1.md index 7ce734a01..66728cb91 100644 --- a/docs/release-notes/release-notes-0.15.1.md +++ b/docs/release-notes/release-notes-0.15.1.md @@ -52,6 +52,11 @@ * [Add wallet reserve RPC & field in wallet balance](https://github.com/lightningnetwork/lnd/pull/6592). +* The RPC middleware interceptor now also allows [requests to be + replaced](https://github.com/lightningnetwork/lnd/pull/6630) instead of just + responses. In addition to that, errors returned from `lnd` can now also be + intercepted and changed by the middleware. + ## Bug Fixes * Fixed data race found in