From 71ad55536a0ff4aa3483480f947551d94f3ad7cf Mon Sep 17 00:00:00 2001 From: Ononiwu Maureen <59079323+Chinwendu20@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:09:21 +0100 Subject: [PATCH] docs: Added release note Signed-off-by: Ononiwu Maureen <59079323+Chinwendu20@users.noreply.github.com> --- docs/release-notes/release-notes-0.18.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.1.md b/docs/release-notes/release-notes-0.18.1.md index cf5410a2c5..61ebcb9bcf 100644 --- a/docs/release-notes/release-notes-0.18.1.md +++ b/docs/release-notes/release-notes-0.18.1.md @@ -26,12 +26,20 @@ # New Features ## Functional Enhancements ## RPC Additions + +* [Added unbanPeer RPC](https://github.com/lightningnetwork/lnd/pull/7606/). + This would enable unbanning and connecting to a previously banned peer. + ## lncli Additions * [Added](https://github.com/lightningnetwork/lnd/pull/8491) the `cltv_expiry` argument to `addinvoice` and `addholdinvoice`, allowing users to set the `min_final_cltv_expiry_delta` +* [Added unbanPeer command](https://github.com/lightningnetwork/lnd/pull/7606/). + This would enable unbanning and connecting to a previously banned peer using + the lncli command. + # Improvements ## Functional Updates ## RPC Updates