From 0a451b6d361db50cbc12fcefea54ee9046750e02 Mon Sep 17 00:00:00 2001 From: Jonathan Harvey-Buschel Date: Thu, 12 Sep 2024 12:29:17 -0400 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.19.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 919d25aa49..bda488095a 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/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