mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +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
|
# 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
|
# New Features
|
||||||
|
|
||||||
@@ -31,26 +35,22 @@
|
|||||||
|
|
||||||
## RPC Additions
|
## RPC Additions
|
||||||
|
|
||||||
|
|
||||||
## lncli Additions
|
## lncli Additions
|
||||||
|
|
||||||
# Improvements
|
# Improvements
|
||||||
|
|
||||||
## Functional Updates
|
## Functional Updates
|
||||||
|
|
||||||
|
|
||||||
## RPC Updates
|
## RPC Updates
|
||||||
|
|
||||||
## lncli Updates
|
## lncli Updates
|
||||||
|
|
||||||
## Code Health
|
## Code Health
|
||||||
|
|
||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
||||||
## Performance Improvements
|
## Performance Improvements
|
||||||
|
|
||||||
|
|
||||||
## Deprecations
|
## Deprecations
|
||||||
|
|
||||||
# Technical and Architectural Updates
|
# Technical and Architectural Updates
|
||||||
@@ -67,4 +67,5 @@
|
|||||||
|
|
||||||
# Contributors (Alphabetical Order)
|
# Contributors (Alphabetical Order)
|
||||||
|
|
||||||
|
* Olaoluwa Osuntokun
|
||||||
* Yong Yu
|
* Yong Yu
|
||||||
|
Reference in New Issue
Block a user