From 699f9c0d23358ccc5f6e2143aab4433f8ee8f435 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Tue, 31 May 2022 17:33:51 +0200 Subject: [PATCH] docs: update release notes for 0.15.0 --- docs/release-notes/release-notes-0.15.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index cae2f7f8c..89bdd646f 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -121,7 +121,10 @@ compact filters and block/block headers. * [Fixed an issue where lnd would end up sending an Error and triggering a force close.](https://github.com/lightningnetwork/lnd/pull/6518) - + +* [Fixed deadlock in the invoice registry]( + https://github.com/lightningnetwork/lnd/pull/6600) + ## Neutrino * [New neutrino sub-server](https://github.com/lightningnetwork/lnd/pull/5652)