From 4d96f9c4c139d16849ffb6aeb63604f484e133dd Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Fri, 19 Apr 2024 23:41:07 +0800 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.18.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 0d6da7f01..3705d8cad 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -332,6 +332,14 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor specify either `SatPerVbyte` or `TargetConf` so the fee estimator can do a proper fee estimation. +* `BumpFee` has been updated to take advantage of the [new budget-based + sweeper](https://github.com/lightningnetwork/lnd/pull/8667). The param + `force` has been deprecated and replaced with a new param `immediate`, and a + new param `budget` is added to allow specifying max fees when sweeping + outputs. In addition, `PendingSweep` has added new fields `immediate`, + `budget`, and `deadline_height`, the fields `force`, `requested_conf_target`, + and `next_broadcast_height` are deprecated. + ## lncli Updates * [Documented all available `lncli`