docs: update release notes for payment status

This commit is contained in:
yyforyongyu 2022-11-18 20:59:28 +08:00 committed by Olaoluwa Osuntokun
parent 36f9d7b8db
commit f6664d572e

View File

@ -27,6 +27,11 @@
# Improvements # Improvements
## Functional Updates ## Functional Updates
## RPC Updates ## RPC Updates
* [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175)
`StatusUnknown` from the payment's rpc response in its status and replaced it
with `StatusInitiated` to explicitly report its current state.
## lncli Updates ## lncli Updates
## Code Health ## Code Health
## Breaking Changes ## Breaking Changes
@ -39,4 +44,6 @@
## Code Health ## Code Health
## Tooling and Documentation ## Tooling and Documentation
# Contributors (Alphabetical Order) # Contributors (Alphabetical Order)
* Yong Yu