diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 3b20a054e6..4497a18634 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -88,6 +88,11 @@ Finally, the new `--logging.console.style` option can be used under the `dev` build tag to add styling to console logging. +* [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