From 97bbbf14f986b9dfe7a449fbfcf5fbb19b397c52 Mon Sep 17 00:00:00 2001 From: George Tsagkarelis Date: Wed, 23 Jul 2025 15:32:44 +0200 Subject: [PATCH] docs: update release notes for NoOp HTLCs --- docs/release-notes/release-notes-0.20.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index 0c3df271a..579c5f3fe 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -40,6 +40,13 @@ # New Features +- Added [NoOp HTLCs](https://github.com/lightningnetwork/lnd/pull/9871). This +allows sending HTLCs to the remote party without shifting the balances of the +channel. This is currently only possible to use with custom channels, and only +when the appropriate TLV flag is set. This allows for HTLCs carrying metadata to +reflect their state on the channel commitment without having to send or receive +a certain amount of msats. + ## Functional Enhancements * RPCs `walletrpc.EstimateFee` and `walletrpc.FundPsbt` now