docs/release-notes: add release notes entry

This commit is contained in:
Olaoluwa Osuntokun
2025-07-24 19:24:30 -05:00
committed by Oliver Gugger
parent ce4fdd3117
commit 6f092979a0

View File

@@ -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