From 066fe07de5b364926f59f643e247b93de18258ac Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 10 May 2022 18:49:56 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.15.0.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index d3207ad74..7c26e4199 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -60,6 +60,10 @@ releases. Backward compatibility is not guaranteed! 155](https://github.com/lightningnetwork/lnd/pull/6468), allowing it to connect to Bitcoin nodes that advertise a Tor v3 onion service address. +[A 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. + ## Bug Fixes * [Pipelining an UpdateFulfillHTLC message now only happens when the related UpdateAddHTLC is locked-in.](https://github.com/lightningnetwork/lnd/pull/6246) @@ -87,12 +91,6 @@ to Bitcoin nodes that advertise a Tor v3 onion service address. first](https://github.com/lightningnetwork/lnd/pull/6214). * [Fixed crash in MuSig2Combine](https://github.com/lightningnetwork/lnd/pull/6502) - -## 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 @@ -141,6 +139,9 @@ from occurring that would result in an erroneous force close.](https://github.co * [Ignore addresses with unknown types in NodeAnnouncements]( https://github.com/lightningnetwork/lnd/pull/6435) +* [Taproot wallet inputs can also be used to fund + channels](https://github.com/lightningnetwork/lnd/pull/6521) + ## Routing * [Add a new `time_pref` parameter to the QueryRoutes and SendPayment APIs](https://github.com/lightningnetwork/lnd/pull/6024) that