docs: remove gossiper deadlock fix entry from 0.21.0 release notes
What changed, and why it matters
This commit only edits the release notes document for version 0.21.0. It removes a duplicate mention of a previously released gossiper deadlock fix and removes one contributor's name from the credits list. No program code is changed, so this has no direct security effect on the software itself.
No security action needed. Treat as normal documentation maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes a seven-line entry from docs/release-notes/release-notes-0.21.0.md. The removed text described PR #10540, a gossiper shutdown deadlock fix that was already shipped in v0.20.1. The change is purely documentation cleanup to avoid double-counting a fix in the 0.21.0 notes. It also removes ‘Matt Morehouse’ from the contributor list, likely because that credit belongs to the earlier v0.20.1 notes.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +0 / −7
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index c9d458d..779f945 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -50,12 +50,6 @@
millisecond if set to zero or a negative value, preventing `time.NewTicker`
from panicking.
-- [Fixed a shutdown
- deadlock](https://github.com/lightningnetwork/lnd/pull/10540) in the gossiper.
- Certain gossip messages could cause multiple error messages to be sent on a
- channel that was only expected to be used for a single message. The erring
- goroutine would block on the second send, leading to a deadlock at shutdown.
-
* [Fixed `lncli unlock` to wait until the wallet is ready to be
unlocked](https://github.com/lightningnetwork/lnd/pull/10536)
before sending the unlock request. The command now reports wallet state
@@ -302,7 +296,6 @@
* Erick Cestari
* Gijs van Dam
* hieblmi
-* Matt Morehouse
* Mohamed Awnallah
* Nishant Bansal
* Pins
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.