From aebf03aca4785c826487487a2471781c07f4c24b Mon Sep 17 00:00:00 2001 From: ziggie Date: Sat, 19 Oct 2024 09:17:30 +0200 Subject: [PATCH] docs: add release-notes for 19. --- docs/release-notes/release-notes-0.19.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 11613fcec..08988ddeb 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -110,6 +110,11 @@ these options have also been increased from max 3 log files to 10 and from max 10 MB to 20 MB. +* [Deprecate `dust-threshold` +config option](https://github.com/lightningnetwork/lnd/pull/9182) and introduce +a new option `channel-max-fee-exposure` which is unambiguous in its description. +The underlying functionality between those two options remain the same. + ## Breaking Changes ## Performance Improvements