release-notes: update for 0.15.0

This commit is contained in:
eugene 2022-04-26 12:45:29 -04:00
parent 5ec6aafce3
commit caeb650e87
No known key found for this signature in database
GPG Key ID: 118759E83439A9B1

View File

@ -108,6 +108,9 @@ then watch it on chain. Taproot script spends are also supported through the
* [Fixed incorrect PSBT de-serialization for transactions with no
inputs](https://github.com/lightningnetwork/lnd/pull/6428).
* [Fixed a spec-compliance issue where lnd was not allowing cooperative
close to continue after a peer disconnect](https://github.com/lightningnetwork/lnd/pull/6419).
## Routing
* [Add a new `time_pref` parameter to the QueryRoutes and SendPayment APIs](https://github.com/lightningnetwork/lnd/pull/6024) that