docs: add release note

This commit is contained in:
Elle Mouton
2024-01-22 10:48:44 +02:00
parent 6c427a6ba9
commit 63a3882272

View File

@ -25,6 +25,10 @@
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
## RPC Additions ## RPC Additions
@ -46,3 +50,5 @@
## Tooling and Documentation ## Tooling and Documentation
# Contributors (Alphabetical Order) # Contributors (Alphabetical Order)
* Elle Mouton
* ziggie1984