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
## Functional 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
## Code Health
## Breaking Changes
@ -40,3 +45,5 @@
## Tooling and Documentation
# Contributors (Alphabetical Order)
* Yong Yu