From 5a7b753682ebe78b4c1c11c7ea76abe76c013a49 Mon Sep 17 00:00:00 2001 From: Eugene Siegel Date: Thu, 13 Feb 2025 13:32:54 -0500 Subject: [PATCH] release-notes: update for 0.19.0 --- docs/release-notes/release-notes-0.19.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 24e9abc8b9..15141d4601 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -169,6 +169,9 @@ * When deciding whether `lnd` is synced to chain, the current height from the blockbeat dispatcher is now also [taken into consideration](https://github.com/lightningnetwork/lnd/pull/9501). + +* [The server](https://github.com/lightningnetwork/lnd/pull/9458) now allocates + restricted slots for certain peers. This is configured by --num-restricted-slots. ## RPC Updates