What changed, and why it matters
This commit only updates the release notes document for version 0.20.1. It adds a one-line description of an already-fixed bug about duplicate network addresses appearing in node announcements and the getinfo output. There are no code changes in this commit, so it cannot by itself introduce, fix, or enable any security issue.
No action needed for this commit. If reviewing for security, examine PR #10341 (the actual code change) rather than this documentation-only release-notes update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to docs/release-notes/release-notes-0.20.1.md. It inserts a bullet describing PR #10341 as fixing a bug where repeated network addresses were added to the node announcement and getinfo output, and adds a contributor name. No source code, configuration, build script, or cryptographic material is modified. The underlying fix, if any, lives in PR #10341, which is not part of this commit.
Changed components
docs/release-notes/release-notes-0.20.1.mdInspect captured patch +6 / −1
diff --git a/docs/release-notes/release-notes-0.20.1.md b/docs/release-notes/release-notes-0.20.1.md
index 7dbcd31..59370ea 100644
--- a/docs/release-notes/release-notes-0.20.1.md
+++ b/docs/release-notes/release-notes-0.20.1.md
@@ -27,7 +27,11 @@
* [Fix a case where resolving the
to_local/to_remote output](https://github.com/lightningnetwork/lnd/pull/10387)
might take too long.
-
+
+* Fix a bug where [repeated network
+ addresses](https://github.com/lightningnetwork/lnd/pull/10341) were added to
+ the node announcement and `getinfo` output.
+
# New Features
## Functional Enhancements
@@ -62,4 +66,5 @@
# Contributors (Alphabetical Order)
+* bitromortac
* Ziggie
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.