Skip to content

Commit 4d7622a

Browse files
committed
docs: add and update release notes for 0.19.3
1 parent ab8e035 commit 4d7622a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/release-notes/release-notes-0.19.3.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929

3030
## Functional Enhancements
3131

32+
- Previously, when sweeping non-time sensitive anchor outputs, they might be
33+
grouped with other non-time sensitive outputs such as `to_local` outputs,
34+
which potentially allow the sweeping tx to be pinned. This is now
35+
[fixed](https://github.com/lightningnetwork/lnd/pull/10117) by moving sweeping
36+
anchors into its own tx, which means the anchor outputs won't be swept in a
37+
high fee environment.
38+
3239
## RPC Additions
3340

3441
## lncli Additions
@@ -62,4 +69,6 @@
6269
## Tooling and Documentation
6370

6471
# Contributors (Alphabetical Order)
65-
* Olaoluwa Osuntokun
72+
73+
* Olaoluwa Osuntokun
74+
* Yong Yu

0 commit comments

Comments
 (0)