Skip to content

Commit 4d96f9c

Browse files
committed
docs: add release notes
1 parent d854c80 commit 4d96f9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release-notes/release-notes-0.18.0.md

+8
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,14 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
332332
specify either `SatPerVbyte` or `TargetConf` so the fee estimator can do a
333333
proper fee estimation.
334334

335+
* `BumpFee` has been updated to take advantage of the [new budget-based
336+
sweeper](https://github.com/lightningnetwork/lnd/pull/8667). The param
337+
`force` has been deprecated and replaced with a new param `immediate`, and a
338+
new param `budget` is added to allow specifying max fees when sweeping
339+
outputs. In addition, `PendingSweep` has added new fields `immediate`,
340+
`budget`, and `deadline_height`, the fields `force`, `requested_conf_target`,
341+
and `next_broadcast_height` are deprecated.
342+
335343
## lncli Updates
336344

337345
* [Documented all available `lncli`

0 commit comments

Comments
 (0)