From b112e10bf2b43dbbe2598ebf4f708de4e39ca983 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Fri, 12 Jul 2024 12:30:23 +0200 Subject: [PATCH] docs: update release notes Also move incorrect entry from 18.2 to 18.3 --- docs/release-notes/release-notes-0.18.2.md | 4 ---- docs/release-notes/release-notes-0.18.3.md | 9 +++++++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/release-notes-0.18.2.md b/docs/release-notes/release-notes-0.18.2.md index 072d28669b..3be21d93ac 100644 --- a/docs/release-notes/release-notes-0.18.2.md +++ b/docs/release-notes/release-notes-0.18.2.md @@ -40,10 +40,6 @@ ## BOLT Spec Updates ## Testing ## Database - -* [Fixed](https://github.com/lightningnetwork/lnd/pull/8854) pagination issues - in SQL invoicedb queries. - ## Code Health ## Tooling and Documentation diff --git a/docs/release-notes/release-notes-0.18.3.md b/docs/release-notes/release-notes-0.18.3.md index 9245903954..95f1961bfe 100644 --- a/docs/release-notes/release-notes-0.18.3.md +++ b/docs/release-notes/release-notes-0.18.3.md @@ -100,7 +100,16 @@ invoice database. Invoices with incorrect expiry values will be updated to 24-hour expiry, which is the default behavior in LND. +* [Fixed](https://github.com/lightningnetwork/lnd/pull/8854) pagination issues + in SQL invoicedb queries. + ## Code Health + +* [Move graph building and + maintaining](https://github.com/lightningnetwork/lnd/pull/8848) duties from + the `routing.ChannelRouter` to the new `graph.Builder` sub-system and also + remove the `channeldb.ChannelGraph` pointer from the `ChannelRouter`. + ## Tooling and Documentation # Contributors (Alphabetical Order)