From 2705cf051531c77c56d0144686abd320a2d3a2d3 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 15 Mar 2025 00:23:30 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.19.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index fb6e409a..2b1b1f6e 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -166,6 +166,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