docs: add release note for payment stream fix

This commit is contained in:
yyforyongyu 2023-05-23 20:42:01 +08:00
parent de01e412d6
commit 775032de29
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -77,6 +77,11 @@ unlock or create.
* Added ability to use [ENV variables to override `lncli` global flags](https://github.com/lightningnetwork/lnd/pull/7693). Flags will have preference over ENVs.
## Bug Fix
* Make sure payment stream returns all the events by [subscribing it before
sending](https://github.com/lightningnetwork/lnd/pull/7722).
# Contributors (Alphabetical Order)
* Carla Kirk-Cohen