docs: add release notes

This commit is contained in:
Oliver Gugger
2025-07-15 17:14:48 +02:00
parent 3eced8a634
commit 2855288636

View File

@@ -52,6 +52,12 @@
- Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042)
when we fail starting up LND before we startup the chanbackup sub-server.
- [Added the missing `FundingTimeoutEvent` event type to the
`SubscribeChannelEvents`
RPC](https://github.com/lightningnetwork/lnd/pull/10079) to avoid the
`unexpected channel event update` error that lead to the termination of the
streaming RPC call.
# New Features
## Functional Enhancements