mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-11 22:57:59 +01:00
docs: add release note
This commit is contained in:
@@ -24,6 +24,10 @@
|
|||||||
channel opening was pruned from memory no more channels were able to be
|
channel opening was pruned from memory no more channels were able to be
|
||||||
created nor accepted. This PR fixes this issue and enhances the test suite
|
created nor accepted. This PR fixes this issue and enhances the test suite
|
||||||
for this behavior.
|
for this behavior.
|
||||||
|
|
||||||
|
* [Fix deadlock possibility in
|
||||||
|
FilterKnownChanIDs](https://github.com/lightningnetwork/lnd/pull/8400) by
|
||||||
|
ensuring the `cacheMu` mutex is acquired before the main database lock.
|
||||||
|
|
||||||
# New Features
|
# New Features
|
||||||
## Functional Enhancements
|
## Functional Enhancements
|
||||||
@@ -46,3 +50,5 @@
|
|||||||
## Tooling and Documentation
|
## Tooling and Documentation
|
||||||
|
|
||||||
# Contributors (Alphabetical Order)
|
# Contributors (Alphabetical Order)
|
||||||
|
* Elle Mouton
|
||||||
|
* ziggie1984
|
||||||
|
|||||||
Reference in New Issue
Block a user