release-notes: update for 0.18.3

This commit is contained in:
Eugene Siegel 2024-08-16 14:34:32 -04:00 committed by Olaoluwa Osuntokun
parent 53a8d37df7
commit 6111ac3468

View File

@ -79,6 +79,11 @@ blinded path expiry.
# New Features
## Functional Enhancements
* LND will now [temporarily ban peers](https://github.com/lightningnetwork/lnd/pull/9009)
that send too many invalid `ChannelAnnouncement`. This is only done for LND nodes
that validate `ChannelAnnouncement` messages.
## RPC Additions
* The [SendPaymentRequest](https://github.com/lightningnetwork/lnd/pull/8734)