Skip to content

Commit 9ca33d9

Browse files
committed
docs/release-notes: add release notes entry
1 parent e19cf07 commit 9ca33d9

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Release Notes
2+
- [Bug Fixes](#bug-fixes)
3+
- [New Features](#new-features)
4+
- [Functional Enhancements](#functional-enhancements)
5+
- [RPC Additions](#rpc-additions)
6+
- [lncli Additions](#lncli-additions)
7+
- [Improvements](#improvements)
8+
- [Functional Updates](#functional-updates)
9+
- [RPC Updates](#rpc-updates)
10+
- [lncli Updates](#lncli-updates)
11+
- [Breaking Changes](#breaking-changes)
12+
- [Performance Improvements](#performance-improvements)
13+
- [Deprecations](#deprecations)
14+
- [Technical and Architectural Updates](#technical-and-architectural-updates)
15+
- [BOLT Spec Updates](#bolt-spec-updates)
16+
- [Testing](#testing)
17+
- [Database](#database)
18+
- [Code Health](#code-health)
19+
- [Tooling and Documentation](#tooling-and-documentation)
20+
21+
# Bug Fixes
22+
23+
- [Fixed](https://github.com/lightningnetwork/lnd/pull/10097) a deadlock that
24+
could occur when multiple goroutines attempted to send gossip filter backlog
25+
messages simultaneously. The fix ensures only a single goroutine processes the
26+
backlog at any given time using an atomic flag.
27+
28+
# New Features
29+
30+
## Functional Enhancements
31+
32+
## RPC Additions
33+
34+
## lncli Additions
35+
36+
# Improvements
37+
38+
## Functional Updates
39+
40+
## RPC Updates
41+
42+
## lncli Updates
43+
44+
## Code Health
45+
46+
## Breaking Changes
47+
48+
## Performance Improvements
49+
50+
## Deprecations
51+
52+
# Technical and Architectural Updates
53+
54+
## BOLT Spec Updates
55+
56+
## Testing
57+
58+
## Database
59+
60+
## Code Health
61+
62+
## Tooling and Documentation
63+
64+
# Contributors (Alphabetical Order)
65+
* Olaoluwa Osuntokun

0 commit comments

Comments
 (0)