What changed, and why it matters
This commit only adds a line to the release notes document describing a previously merged feature. It does not change any program code, configuration, or behavior. There is no security issue in this commit itself.
No action required. This is a routine documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only addition to docs/release-notes/release-notes-0.20.0.md. It notes that pull request #8825 makes node announcement settings persist across restarts. No source code, build scripts, tests, or dependencies were modified.
Changed components
docs/release-notes/release-notes-0.20.0.mdInspect captured patch +4 / −0
diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md
index 83dd1e2..4b7b9b9 100644
--- a/docs/release-notes/release-notes-0.20.0.md
+++ b/docs/release-notes/release-notes-0.20.0.md
@@ -39,6 +39,10 @@
# New Features
+
+* Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)
+ settings across restart. Before this change we always go back to the default
+ settings when the node restarts.
- Added [NoOp HTLCs](https://github.com/lightningnetwork/lnd/pull/9871). This
allows sending HTLCs to the remote party without shifting the balances of the
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.