We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 278fdc8 + 7ea78d4 commit b1024b9Copy full SHA for b1024b9
docs/lnd/release-notes/release-notes-0.19.0.md
@@ -200,6 +200,10 @@ The underlying functionality between those two options remain the same.
200
201
## Code Health
202
203
+* A code refactor that [moves all the graph related DB code out of the
204
+ `channeldb` package](https://github.com/lightningnetwork/lnd/pull/9236) and
205
+ into the `graph/db` package.
206
+
207
## Tooling and Documentation
208
209
* [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)
0 commit comments