From 50e07029e39a8d763560e0863a74d32d46b7482c Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Mon, 3 Mar 2025 08:49:01 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.0.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index cb4b3fdf3..c4efc2d99 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -262,13 +262,8 @@ 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 layer: - - [1](https://github.com/lightningnetwork/lnd/pull/9533) - - [2](https://github.com/lightningnetwork/lnd/pull/9545) - - [3](https://github.com/lightningnetwork/lnd/pull/9550) - - [4](https://github.com/lightningnetwork/lnd/pull/9551) - - [5](https://github.com/lightningnetwork/lnd/pull/9552) - - [6](https://github.com/lightningnetwork/lnd/pull/9555) + - 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).