From 6825bdeaddeee7dec0d91af00d7059597c85fb36 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Tue, 10 Dec 2024 06:53:27 +0200 Subject: [PATCH] docs: add release notes 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 6f91a8fc87..0b576fc7de 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -221,6 +221,10 @@ The underlying functionality between those two options remain the same. * A code refactor that [moves all the graph related DB code out of the `channeldb` package](https://github.com/lightningnetwork/lnd/pull/9236) and into the `graph/db` package. + +* [Improve the API](https://github.com/lightningnetwork/lnd/pull/9341) of the + [GoroutineManager](https://github.com/lightningnetwork/lnd/pull/9141) so that + its constructor does not take a context. ## Tooling and Documentation