From 869e541b7c31b8f7e8217fcf90074f44be28fd6d Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Tue, 3 Jun 2025 22:46:28 +0800 Subject: [PATCH] docs: add release notes for improved `accessman` --- docs/release-notes/release-notes-0.19.2.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.19.2.md b/docs/release-notes/release-notes-0.19.2.md index 40f05624a..82e967ed8 100644 --- a/docs/release-notes/release-notes-0.19.2.md +++ b/docs/release-notes/release-notes-0.19.2.md @@ -38,6 +38,10 @@ ## Functional Updates +- [Improved](https://github.com/lightningnetwork/lnd/pull/9880) the connection + restriction logic enforced by `accessman`. In addition, the restriction placed + on outbound connections is now lifted. + ## RPC Updates ## lncli Updates @@ -63,5 +67,4 @@ ## Tooling and Documentation # Contributors (Alphabetical Order) - * Yong Yu