From b4ba8c52fbbb649b0fcbcf31a2264f719c377aac Mon Sep 17 00:00:00 2001 From: Bjarne Magnussen Date: Wed, 23 Mar 2022 11:32:37 +0100 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.15.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index 9e5eebc58..59124c200 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -122,6 +122,10 @@ the HTLC interceptor API. This enables interception applications where every packet must be intercepted. +* Add [destination output information](https://github.com/lightningnetwork/lnd/pull/5476) + to the transaction structure returned from the RPC `GetTransactions` and when + subscribed with `SubscribeTransactions`. + ## Database * [Add ForAll implementation for etcd to speed up @@ -182,6 +186,7 @@ gRPC performance metrics (latency to process `GetInfo`, etc)](https://github.com * Andreas Schjønhaug * asvdf * bitromortac +* Bjarne Magnussen * BTCparadigm * Carla Kirk-Cohen * Carsten Otto