Skip to content

Commit b8bd1aa

Browse files
committed
docs/release-notes: add release notes
1 parent af64986 commit b8bd1aa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.21.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969
# Improvements
7070
## Functional Updates
7171

72+
* [Added panic recovery](https://github.com/lightningnetwork/lnd/pull/10470) to
73+
the gossiper's message processing goroutines. This increases the robustness
74+
of the gossiper subsystem by allowing it to continue operating even if a
75+
logic error causes a panic during message processing. The recovery mechanism
76+
ensures dependencies are properly freed and logs the panic trace for
77+
debugging.
78+
7279
* [Added support](https://github.com/lightningnetwork/lnd/pull/9432) for the
7380
`upfront-shutdown-address` configuration in `lnd.conf`, allowing users to
7481
specify an address for cooperative channel closures where funds will be sent.

0 commit comments

Comments
 (0)