Add a pending changelog note for breaking invreq blinded paths
What changed, and why it matters
This commit only adds a pending changelog note. It documents that outbound payments waiting for a BOLT 12 invoice response will fail to complete after upgrading to version 0.3. There is no code change, no vulnerability, and no security fix in this commit itself.
No security action required for this commit. Review the related PR #4213 separately if assessing the actual code change that introduced the breaking behavior.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit creates a single pending changelog file (pending_changelog/4213.txt) with a backwards-compatibility note. It references pull request #4213 and describes a functional break for pending BOLT 12 invoice-request flows when upgrading to 0.3. The diff contains no source-code modifications.
Changed components
Inspect captured patch +5 / −0
diff --git a/pending_changelog/4213.txt b/pending_changelog/4213.txt
new file mode 100644
index 0000000..791edd4
--- /dev/null
+++ b/pending_changelog/4213.txt
@@ -0,0 +1,5 @@
+Backwards compat
+================
+
+ * Outbound payments which are awaiting a response to a BOLT 12 invoice request
+ will not be able to complete after upgrading to 0.3 (#4213).
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.