From f54ef61f9dce1c8650bc12066c854268bfa28fe8 Mon Sep 17 00:00:00 2001 From: ziggie Date: Thu, 6 Feb 2025 20:30:55 +0100 Subject: [PATCH] docs: update release-notes --- docs/release-notes/release-notes-0.18.5.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.5.md b/docs/release-notes/release-notes-0.18.5.md index 5de4c18bb..cd23b50fe 100644 --- a/docs/release-notes/release-notes-0.18.5.md +++ b/docs/release-notes/release-notes-0.18.5.md @@ -67,6 +67,19 @@ * [Golang was updated to `v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462). +* [Improved user experience](https://github.com/lightningnetwork/lnd/pull/9454) + by returning a custom error code when HTLC carries incorrect custom records. + +* [Make input validation stricter](https://github.com/lightningnetwork/lnd/pull/9470) + when using the `BumpFee`, `BumpCloseFee(deprecated)` and `BumpForceCloseFee` + RPCs. For the `BumpFee` RPC the new param `deadline_delta` is introduced. For + the `BumpForceCloseFee` RPC the param `conf_target` was added. The conf_target + changed in its meaning for all the RPCs which had it before. Now it is used + for estimating the starting fee rate instead of being treated as the deadline, + and it cannot be set together with `StartingFeeRate`. Moreover if the user now + specifies the `deadline_delta` param, the budget value has to be set as well. + + ## Tooling and Documentation # Contributors (Alphabetical Order)