From 0a428b553b8262d1532690945e77084b27dc642f Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 16 Sep 2024 00:22:27 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.19.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index 919d25a..bda4880 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -36,6 +36,8 @@ # Improvements ## Functional Updates +* [Allow](https://github.com/lightningnetwork/lnd/pull/9017) the compression of logs during rotation with ZSTD via the `logcompressor` startup argument. + ## RPC Updates ## lncli Updates @@ -45,6 +47,8 @@ ## Breaking Changes ## Performance Improvements +* Log rotation can now use ZSTD + # Technical and Architectural Updates ## BOLT Spec Updates