Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/lnd/release-notes/release-notes-0.19.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
- Fixed a [case](https://github.com/lightningnetwork/lnd/pull/10045) that a
panic may happen which prevents the node from starting up.

- Fixed a [case](https://github.com/lightningnetwork/lnd/pull/10048) where we
would not be able to decode persisted data in the utxo nursery and therefore
would fail to start up.

# New Features

## Functional Enhancements
Expand Down
8 changes: 8 additions & 0 deletions docs/lnd/release-notes/release-notes-0.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
announcement remains unchanged until the new one is fully signed and
validated.

- Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042)
when we fail starting up LND before we startup the chanbackup sub-server.

# New Features

## Functional Enhancements
Expand Down Expand Up @@ -92,6 +95,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
* [9](https://github.com/lightningnetwork/lnd/pull/9939)
* [10](https://github.com/lightningnetwork/lnd/pull/9971)
* [11](https://github.com/lightningnetwork/lnd/pull/9972)
* Add graph SQL migration logic:
* [1](https://github.com/lightningnetwork/lnd/pull/10036)

## RPC Updates
* Previously the `RoutingPolicy` would return the inbound fee record in its
Expand All @@ -109,6 +114,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
for payments. Now the payment address is mandatory for the writer and
reader of a payment request.

- [Refactored](https://github.com/lightningnetwork/lnd/pull/10018) `channelLink`
to improve readability and maintainability of the code.

## Breaking Changes
## Performance Improvements

Expand Down