diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index db5ca738ef..87dfb810e2 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -217,6 +217,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 of the + GoroutineManager](https://github.com/lightningnetwork/lnd/pull/9341) so that + its constructor does not take a context. ## Tooling and Documentation