Skip to content

Commit b410c69

Browse files
committed
docs: add and update release notes for 0.19.3
1 parent 170291c commit b410c69

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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+
# New Features
24+
25+
## Functional Enhancements
26+
27+
- Previously, when sweeping non-time sensitive anchor outputs, they might be
28+
grouped with other non-time sensitive outputs such as `to_local` outputs,
29+
which potentially allow the sweeping tx to be pinned. This is now
30+
[fixed](https://github.com/lightningnetwork/lnd/pull/10117) by moving sweeping
31+
anchors into its own tx, which means the anchor outputs won't be swept in a
32+
high fee environment.
33+
34+
## RPC Additions
35+
36+
## lncli Additions
37+
38+
# Improvements
39+
40+
## Functional Updates
41+
42+
## RPC Updates
43+
44+
## lncli Updates
45+
46+
## Code Health
47+
48+
## Breaking Changes
49+
50+
## Performance Improvements
51+
52+
## Deprecations
53+
54+
# Technical and Architectural Updates
55+
56+
## BOLT Spec Updates
57+
58+
## Testing
59+
60+
## Database
61+
62+
## Code Health
63+
64+
## Tooling and Documentation
65+
66+
# Contributors (Alphabetical Order)

0 commit comments

Comments
 (0)