From 68cc4bc208a003d7260c88f6295a6030a718d995 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 12 Jun 2025 06:30:27 +0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.2.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.2.md b/docs/release-notes/release-notes-0.19.2.md index e3f793a65..aeeadfe3c 100644 --- a/docs/release-notes/release-notes-0.19.2.md +++ b/docs/release-notes/release-notes-0.19.2.md @@ -56,6 +56,11 @@ circuit. The indices are only available for forwarding events saved after v0.20. ## Performance Improvements +- The replay protection is +[optimized](https://github.com/lightningnetwork/lnd/pull/9929) to use less disk +space such that the `sphinxreplay.db` or the `decayedlogdb_kv` table will grow +much more slowly. + ## Deprecations # Technical and Architectural Updates