From 83c1d731e79702389e3196b2bd85c50cba42dd5f Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Tue, 13 Aug 2024 20:14:15 +0200 Subject: [PATCH] docs: add release note entry --- docs/release-notes/release-notes-0.19.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 8ab6eb9c5..a0262b0f5 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -66,6 +66,10 @@ store](https://github.com/lightningnetwork/lnd/pull/8911) to use a more minimal encoding for payment attempt routes. +* [Migrate the mission control + store](https://github.com/lightningnetwork/lnd/pull/9001) so that results are + namespaced. All existing results are written to the "default" namespace. + ## Code Health ## Tooling and Documentation