docs: update release notes

This commit is contained in:
yyforyongyu 2023-11-14 20:37:23 +08:00
parent 816a70e08c
commit 9e00799188
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -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)