From 2815d4922c9b19fc17076c75519a1635681b07a3 Mon Sep 17 00:00:00 2001 From: MPins Date: Tue, 24 Jun 2025 18:02:05 -0300 Subject: [PATCH] doc: release-notes-0.20.0 --- docs/release-notes/release-notes-0.20.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index 1485fd996..0070219b6 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -29,6 +29,10 @@ - Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042) when we fail starting up LND before we startup the chanbackup sub-server. +- Fixed BOLT-11 invoice parsing behavior: [now errors]( + https://github.com/lightningnetwork/lnd/pull/9993) are returned when receiving + empty route hints or a non-UTF-8-encoded description. + - [Fixed](https://github.com/lightningnetwork/lnd/pull/10027) an issue where known TLV fields were incorrectly encoded into the `ExtraData` field of messages in the dynamic commitment set.