diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index a46832afe64..e9aa0afc747 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -50,6 +50,11 @@ * Make sure the RPC clients used to access the chain backend are [properly shutdown](https://github.com/lightningnetwork/lnd/pull/9261). + +* [Start channel arbitrators concurrently]( + https://github.com/lightningnetwork/lnd/pull/9324) to prevent potential + deadlocks when LND depends on external components (e.g. aux components, hooks) + which might require other LND subsystems to be fully started. * [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9275) where the peer may block the shutdown process of lnd.