diff --git a/docs/release-notes/release-notes-0.17.4.md b/docs/release-notes/release-notes-0.17.4.md index fdd04ae81..c527576b7 100644 --- a/docs/release-notes/release-notes-0.17.4.md +++ b/docs/release-notes/release-notes-0.17.4.md @@ -24,6 +24,10 @@ 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 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 ## Functional Enhancements @@ -46,3 +50,5 @@ ## Tooling and Documentation # Contributors (Alphabetical Order) +* Elle Mouton +* ziggie1984