release-notes: update for 0.15.0

This commit is contained in:
eugene 2022-05-11 12:11:23 -04:00
parent 87a486f1f9
commit c9a6c80be9
No known key found for this signature in database
GPG Key ID: 118759E83439A9B1

View File

@ -106,6 +106,15 @@ compact filters and block/block headers.
* [Fixed crash in MuSig2Combine](https://github.com/lightningnetwork/lnd/pull/6502)
* [Fixed an issue where lnd would end up sending an Error and triggering a force
close.](https://github.com/lightningnetwork/lnd/pull/6518)
## Neutrino
* [New neutrino sub-server](https://github.com/lightningnetwork/lnd/pull/5652)
capable of status checks, adding, disconnecting and listing
peers, fetching compact filters and block/block headers.
* [Added signature length
validation](https://github.com/lightningnetwork/lnd/pull/6314) when calling
`NewSigFromRawSignature`.