mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-25 21:21:33 +02:00
docs/release-notes: add release notes entry
This commit is contained in:
committed by
Oliver Gugger
parent
ce4fdd3117
commit
6f092979a0
@@ -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
|
||||
|
Reference in New Issue
Block a user