From 3b7f9e1975a5658b0e1777a7b038e14c32deb68a Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Tue, 11 Mar 2025 19:43:25 +0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 48de48b2c..fed1a87ae 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -246,6 +246,7 @@ close transaction. * `lncli abandonchannel` (`Lightning.AbandonChannel` RPC) * `lncli restorechanbackup` (`Lightning.RestoreChannelBackups` RPC) * `lncli verifychanbackup` (`Lightning.VerifyChanBackup` RPC) + * The `ForwardInterceptor`'s `MODIFY` option will [merge](https://github.com/lightningnetwork/lnd/pull/9240) any custom range TLVs provided with the existing set of records on the HTLC, @@ -255,6 +256,11 @@ close transaction. `ProofMatureDelta` used in gossip to be configurable via `--gossip.announcement-conf`, with a default value of 6. +* [Added a boolean field + `LockedIn`](https://github.com/lightningnetwork/lnd/pull/9602) in + `lnrpc.HTLC`. This field is used to indicate whether a given HTLC has been + locked in by the remote peer. + ## lncli Updates * [Fixed](https://github.com/lightningnetwork/lnd/pull/9605) a case where