diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index b146861df..2f5315fd3 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -63,6 +63,11 @@ * A new config value, [http-header-timeout](https://github.com/lightningnetwork/lnd/pull/7715), is added so users can specify the amount of time the http server will wait for a request to complete before closing the connection. The default value is 5 seconds. +* [`routerrpc.usestatusinitiated` is + introduced](https://github.com/lightningnetwork/lnd/pull/8177) to signal that + the new payment status `Payment_INITIATED` should be used for payment-related + RPCs. It's recommended to use it to provide granular controls over payments. + ## RPC Additions * [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175)