From 809f45aac824b861dac06ecec0e6a30d7639233b Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sat, 8 Aug 2026 17:43:10 -0500 Subject: [PATCH] docs: note invoice payment hardening --- docs/release-notes/release-notes-next.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-next.md b/docs/release-notes/release-notes-next.md index fb302d1e..5bed5202 100644 --- a/docs/release-notes/release-notes-next.md +++ b/docs/release-notes/release-notes-next.md @@ -17,6 +17,10 @@ #### Maintenance +* Hardened invoice payments to verify BOLT 11 signatures and expiry, reject + unsupported metadata, blinded paths, AMP, and feature semantics, and send + only explicitly reconstructed payment components to LND. + * Added a CI gate and repository agent guidance requiring every pull request to include a non-empty entry in the next release notes unless it carries the `no-changelog` label.