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