Skip to content

Commit b112e10

Browse files
committed
docs: update release notes
Also move incorrect entry from 18.2 to 18.3
1 parent d1c54d7 commit b112e10

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/release-notes/release-notes-0.18.2.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
## BOLT Spec Updates
4141
## Testing
4242
## Database
43-
44-
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8854) pagination issues
45-
in SQL invoicedb queries.
46-
4743
## Code Health
4844
## Tooling and Documentation
4945

docs/release-notes/release-notes-0.18.3.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,16 @@
100100
invoice database. Invoices with incorrect expiry values will be updated to
101101
24-hour expiry, which is the default behavior in LND.
102102

103+
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8854) pagination issues
104+
in SQL invoicedb queries.
105+
103106
## Code Health
107+
108+
* [Move graph building and
109+
maintaining](https://github.com/lightningnetwork/lnd/pull/8848) duties from
110+
the `routing.ChannelRouter` to the new `graph.Builder` sub-system and also
111+
remove the `channeldb.ChannelGraph` pointer from the `ChannelRouter`.
112+
104113
## Tooling and Documentation
105114

106115
# Contributors (Alphabetical Order)

0 commit comments

Comments
 (0)