Skip to content

Commit

Permalink
docs: update release notes
Browse files Browse the repository at this point in the history
Also move incorrect entry from 18.2 to 18.3
  • Loading branch information
ellemouton committed Jul 15, 2024
1 parent d1c54d7 commit b112e10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/release-notes/release-notes-0.18.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions docs/release-notes/release-notes-0.18.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b112e10

Please sign in to comment.