From c74523aa09d6e5ae67b7255f3f4df3cd0ef5c368 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 30 Jan 2024 00:16:21 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.17.4.md | 5 +++++ docs/lnd/release-notes/release-notes-0.18.0.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.17.4.md b/docs/lnd/release-notes/release-notes-0.17.4.md index 7d1918f..142880e 100644 --- a/docs/lnd/release-notes/release-notes-0.17.4.md +++ b/docs/lnd/release-notes/release-notes-0.17.4.md @@ -37,6 +37,11 @@ caused memory leak for users running `lnd` with `bitcoind.rpcpolling=1` mode. +* [Fix](https://github.com/lightningnetwork/lnd/pull/8428) an issue for pruned + nodes where the chain sync got lost because fetching of already pruned blocks + from our peers was not garbage collected when the request failed. + + # New Features ## Functional Enhancements diff --git a/docs/lnd/release-notes/release-notes-0.18.0.md b/docs/lnd/release-notes/release-notes-0.18.0.md index 7d47f3c..83ac747 100644 --- a/docs/lnd/release-notes/release-notes-0.18.0.md +++ b/docs/lnd/release-notes/release-notes-0.18.0.md @@ -73,6 +73,8 @@ a `shutdown` message if there were currently HTLCs on the channel. After this change, the shutdown procedure should be compliant with BOLT2 requirements. +* The AMP struct in payment hops will [now be populated](https://github.com/lightningnetwork/lnd/pull/7976) when the AMP TLV is set. + # New Features ## Functional Enhancements @@ -281,6 +283,7 @@ * Amin Bashiri * Andras Banki-Horvath +* BitcoinerCoderBob * Carla Kirk-Cohen * Elle Mouton * ErikEk @@ -288,7 +291,9 @@ * Marcos Fernandez Perez * Matt Morehouse * Slyghtning +* Tee8z * Turtle * Ononiwu Maureen Chiamaka +* w3irdrobot * Yong Yu * Ziggie