From 00a4b8a837c08d858826932792454c2de366cb3c Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 11 Aug 2023 08:50:49 +0200 Subject: [PATCH] release-notes: collapse duplicate Misc section --- docs/release-notes/release-notes-0.17.0.md | 36 ++++++++++------------ 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/docs/release-notes/release-notes-0.17.0.md b/docs/release-notes/release-notes-0.17.0.md index 433901be5..391518df8 100644 --- a/docs/release-notes/release-notes-0.17.0.md +++ b/docs/release-notes/release-notes-0.17.0.md @@ -31,25 +31,7 @@ package](https://github.com/lightningnetwork/lnd/pull/7343) * The deprecated "wtclient.private-tower-uris" option has also been [removed](https://github.com/lightningnetwork/lnd/pull/7771). This field was - deprecated in v0.8.0-beta. - -## Misc - -* [Ensure that both the byte and string form of a TXID is populated in the - lnrpc.Outpoint message](https://github.com/lightningnetwork/lnd/pull/7624). - -* [Fix Benchmark Test (BenchmarkReadMessage/Channel_Ready) in the lnwire -package](https://github.com/lightningnetwork/lnd/pull/7356) - -* [Fix unit test flake (TestLightningWallet) in the neutrino package via - version bump of btcsuite/btcwallet](https://github.com/lightningnetwork/lnd/pull/7049) - -* [HTLC serialization updated](https://github.com/lightningnetwork/lnd/pull/7710) - to allow storing extra data transmitted in TLVs. - -* [MaxLocalCSVDelay now has a default value of 2016. It is still possible to -override this value with the config option --maxlocaldelay for those who rely -on the old value of 10000](https://github.com/lightningnetwork/lnd/pull/7780). + deprecated in v0.8.0-beta. ## RPC @@ -125,6 +107,22 @@ on the old value of 10000](https://github.com/lightningnetwork/lnd/pull/7780). ## Misc +* [Ensure that both the byte and string form of a TXID is populated in the + lnrpc.Outpoint message](https://github.com/lightningnetwork/lnd/pull/7624). + +* [Fix Benchmark Test (BenchmarkReadMessage/Channel_Ready) in the lnwire + package](https://github.com/lightningnetwork/lnd/pull/7356) + +* [Fix unit test flake (TestLightningWallet) in the neutrino package via + version bump of btcsuite/btcwallet](https://github.com/lightningnetwork/lnd/pull/7049) + +* [HTLC serialization updated](https://github.com/lightningnetwork/lnd/pull/7710) + to allow storing extra data transmitted in TLVs. + +* [MaxLocalCSVDelay now has a default value of 2016. It is still possible to + override this value with the config option --maxlocaldelay for those who rely + on the old value of 10000](https://github.com/lightningnetwork/lnd/pull/7780). + * [Generate default macaroons independently](https://github.com/lightningnetwork/lnd/pull/7592) on wallet unlock or create.