docs: add release-notes

This commit is contained in:
ziggie
2025-07-01 21:25:02 +02:00
committed by Oliver Gugger
parent db7e9e1c53
commit be7c2b0cc7

View File

@@ -35,6 +35,10 @@
- [Fixed](https://github.com/lightningnetwork/lnd/pull/9978) a deadlock which
can happen when the peer start-up has not yet completed but a another p2p
connection attempt tries to disconnect the peer.
- [Fixed](https://github.com/lightningnetwork/lnd/pull/10012) a case which
could lead to a memory issues due to a goroutine leak in the peer/gossiper
code.
# New Features