docs: add release notes for fwding pkg gc

This commit is contained in:
yyforyongyu
2021-07-23 17:55:19 +08:00
parent 995b9a711f
commit 198dc73f4e

View File

@@ -281,6 +281,10 @@ you.
* [Ensure single writer for legacy
code](https://github.com/lightningnetwork/lnd/pull/5547) when using etcd
backend.
* When starting/restarting, `lnd` will [clean forwarding packages, payment
circuits and keystones](https://github.com/lightningnetwork/lnd/pull/4364)
for closed channels, which will potentially free up disk space for long
running nodes that have lots of closed channels.
* [Optimized payment sequence generation](https://github.com/lightningnetwork/lnd/pull/5514/)
to make LNDs payment throughput (and latency) with better when using etcd.