diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index c4efc2d99..118c1fde5 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -262,8 +262,6 @@ The underlying functionality between those two options remain the same. - [Abstract autopilot access](https://github.com/lightningnetwork/lnd/pull/9480) - [Abstract invoicerpc server access](https://github.com/lightningnetwork/lnd/pull/9516) - [Refactor to hide DB transactions](https://github.com/lightningnetwork/lnd/pull/9513) - - Move the [graph cache out of the graph - CRUD](https://github.com/lightningnetwork/lnd/pull/9544) layer. * [Golang was updated to `v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462). diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index 1ee2e05fa..1e528bc8d 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -69,6 +69,15 @@ ## Code Health +* Graph abstraction and refactoring work: + - Move the [graph cache out of the graph + CRUD](https://github.com/lightningnetwork/lnd/pull/9544) layer. + - Move [topology + subscription](https://github.com/lightningnetwork/lnd/pull/9577) and + notification handling from the graph.Builder to the ChannelGraph. + ## Tooling and Documentation # Contributors (Alphabetical Order) + +* Elle Mouton