From e68b882f7bb23e8246227914c27d6008793b5a62 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Mon, 2 Jun 2025 10:52:58 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.20.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index 040290f33..ebfc453b5 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -125,6 +125,9 @@ circuit. The indices are only available for forwarding events saved after v0.20. record](https://github.com/lightningnetwork/lnd/pull/9897) on the `channel_update` message and handle it explicitly throughout the code base instead of extracting it from the TLV stream at various call-sites. +* [Don't error out](https://github.com/lightningnetwork/lnd/pull/9884) if an + invoice's feature vector contain both the required and optional versions of a + feature bit. In those cases, just treat the feature as mandatory. ## Testing