diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index 4429f5c..377255b 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -200,6 +200,10 @@ The underlying functionality between those two options remain the same. ## Code Health +* 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. + ## Tooling and Documentation * [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)