docs: update release notes

This commit is contained in:
ziggie 2026-06-25 14:37:57 -03:00
parent 4518bc7276
commit bffae65a60
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666

View file

@ -47,6 +47,17 @@
## Functional Updates
* lnd now [validates the CLTV expiry of HTLCs at the final
hop](https://github.com/lightningnetwork/lnd/pull/10927). A final HTLC whose
CLTV expiry falls outside the node's receive policy is failed back, bringing
the final hop in line with the CLTV delta limits already enforced on the
forwarding path.
As part of this change, the channel policy `TimeLockDelta` is
now validated against LND's supported forwarding bounds: any node that
previously set a per-channel `TimeLockDelta` greater than `2016` (the maximum
default value) will now have its `UpdateChannelPolicy` request
rejected, and must lower the value accordingly below the specified maximum.
## RPC Updates
## lncli Updates