From 6f092979a0064df0883202a6bba8a5c573d75cce Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 24 Jul 2025 19:24:30 -0500 Subject: [PATCH] docs/release-notes: add release notes entry --- docs/release-notes/release-notes-0.19.3.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/release-notes-0.19.3.md b/docs/release-notes/release-notes-0.19.3.md index 32a74c0a9..a637a54b9 100644 --- a/docs/release-notes/release-notes-0.19.3.md +++ b/docs/release-notes/release-notes-0.19.3.md @@ -20,6 +20,10 @@ # Bug Fixes +- [Fixed](https://github.com/lightningnetwork/lnd/pull/10097) a deadlock that + could occur when multiple goroutines attempted to send gossip filter backlog + messages simultaneously. The fix ensures only a single goroutine processes the + backlog at any given time using an atomic flag. # New Features @@ -31,26 +35,22 @@ ## RPC Additions - ## lncli Additions # Improvements ## Functional Updates - ## RPC Updates ## lncli Updates ## Code Health - ## Breaking Changes ## Performance Improvements - ## Deprecations # Technical and Architectural Updates @@ -67,4 +67,5 @@ # Contributors (Alphabetical Order) +* Olaoluwa Osuntokun * Yong Yu