From 36b646496a94bfb26dea5de9b318de16e46d6e89 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Mon, 23 May 2022 05:17:03 +0800 Subject: [PATCH] docs: update release note for migrations fix --- 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 b4fac82fe..3deeb7fe7 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -172,6 +172,9 @@ from occurring that would result in an erroneous force close.](https://github.co * [Fixed an intermittent panic that would occur due to a violated assumption with our underlying database.](https://github.com/lightningnetwork/lnd/pull/6547) +* [Fixed a wrong channel status inheritance used in `migration26` and + `migration27`](https://github.com/lightningnetwork/lnd/pull/6563). + ## Routing * [Add a new `time_pref` parameter to the QueryRoutes and SendPayment APIs](https://github.com/lightningnetwork/lnd/pull/6024) that