From 8edf4c2bd667100c6b4d576d7d8e28a04e0d37f1 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 118c1fde5..aefb71beb 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -182,6 +182,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