We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dffb2b + 74f0db1 commit 7207624Copy full SHA for 7207624
docs/lnd/release-notes/release-notes-0.19.0.md
@@ -221,6 +221,10 @@ The underlying functionality between those two options remain the same.
221
* A code refactor that [moves all the graph related DB code out of the
222
`channeldb` package](https://github.com/lightningnetwork/lnd/pull/9236) and
223
into the `graph/db` package.
224
+
225
+* [Improve the API](https://github.com/lightningnetwork/lnd/pull/9341) of the
226
+ [GoroutineManager](https://github.com/lightningnetwork/lnd/pull/9141) so that
227
+ its constructor does not take a context.
228
229
## Tooling and Documentation
230
0 commit comments