From ed7b056ced5b636c93ba4c3294295f6d6aa9c37a Mon Sep 17 00:00:00 2001 From: Torkel Rogstad Date: Thu, 10 Jul 2025 11:19:40 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.20.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index f61d0a4cd..6a9ef262d 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -114,6 +114,11 @@ circuit. The indices are only available for forwarding events saved after v0.20. [fixed](https://github.com/lightningnetwork/lnd/pull/9572), the affected RPCs are `SubscribeChannelGraph`, `GetChanInfo`, `GetNodeInfo` and `DescribeGraph`. +* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/10064) where the + `GetChanInfo` was not returning the correct gRPC status code in the cases + where the channel is unknown to the node. The same is done for `LookupInvoice` + for the case where the DB is kvdb backed and no invoices have yet been added + to the database. ## lncli Updates @@ -188,5 +193,6 @@ reader of a payment request. * Funyug * Mohamed Awnallah * Pins +* Torkel Rogstad * Yong Yu * Ziggie