From bef0268e0790dd5d6f26d0cec286e1a1f316be67 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Fri, 7 Mar 2025 10:03:25 +0100 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 74eabc684..de05fe76a 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -163,6 +163,10 @@ on the channel. LND will disable the channel for new HTLCs and kick off the cooperative close flow automatically when the channel has no HTLCs left. +* [A new macaroon constraint](https://github.com/lightningnetwork/lnd/pull/9546) + to allow for restriction of access based on an IP range. Prior to this only + specific IPs could be allowed or denied. + # Improvements ## Functional Updates