From 359f2715414cd478d19250522a29ae3b68f2b15c Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Wed, 17 Jan 2024 18:03:35 -0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.17.4.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/release-notes-0.17.4.md b/docs/release-notes/release-notes-0.17.4.md index c527576b7..25f0f75d6 100644 --- a/docs/release-notes/release-notes-0.17.4.md +++ b/docs/release-notes/release-notes-0.17.4.md @@ -29,6 +29,11 @@ FilterKnownChanIDs](https://github.com/lightningnetwork/lnd/pull/8400) by ensuring the `cacheMu` mutex is acquired before the main database lock. +* [Prevent](https://github.com/lightningnetwork/lnd/pull/8385) ping failures + from [deadlocking](https://github.com/lightningnetwork/lnd/issues/8379) + the peer connection. + + # New Features ## Functional Enhancements ## RPC Additions @@ -50,5 +55,8 @@ ## Tooling and Documentation # Contributors (Alphabetical Order) + * Elle Mouton +* Keagan McClelland +* Olaoluwa Osuntokun * ziggie1984