From 759d74ee1545b390eb12b7d2c733167435f654b6 Mon Sep 17 00:00:00 2001 From: eugene Date: Tue, 17 May 2022 11:27:11 -0400 Subject: [PATCH] release-notes: update for 0.15.0 --- docs/release-notes/release-notes-0.15.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index e626901f5..adb068db5 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -169,6 +169,9 @@ from occurring that would result in an erroneous force close.](https://github.co * [Taproot wallet inputs can also be used to fund channels](https://github.com/lightningnetwork/lnd/pull/6521) +* [Fixed an intermittent panic that would occur due to a violated assumption with our + underlying database.](https://github.com/lightningnetwork/lnd/pull/6547) + ## Routing * [Add a new `time_pref` parameter to the QueryRoutes and SendPayment APIs](https://github.com/lightningnetwork/lnd/pull/6024) that