docs: note invoice payment hardening

This commit is contained in:
Boris Nagaev 2026-08-08 17:43:10 -05:00
parent 3bb9ab1170
commit 809f45aac8
No known key found for this signature in database

View file

@ -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.