docs/release-notes: update release notes

This commit is contained in:
Elle Mouton 2022-04-20 17:00:34 +02:00
parent f40e2687ac
commit fa5d4195e0
No known key found for this signature in database
GPG Key ID: D7D916376026F177

View File

@ -136,6 +136,9 @@ close to continue after a peer disconnect](https://github.com/lightningnetwork/l
* [A subsystem hand-off between the contractcourt and htlcswitch has been fixed by adding a persistence layer. This avoids a rare edge case
from occurring that would result in an erroneous force close.](https://github.com/lightningnetwork/lnd/pull/6250)
* [Ignore addresses with unknown types in NodeAnnouncements](
https://github.com/lightningnetwork/lnd/pull/6435)
## Routing
* [Add a new `time_pref` parameter to the QueryRoutes and SendPayment APIs](https://github.com/lightningnetwork/lnd/pull/6024) that