docs: release note for #7709

This commit is contained in:
Matt Morehouse 2023-05-22 11:00:24 -05:00
parent 4c2e712581
commit c38bb899bb
No known key found for this signature in database
GPG key ID: CC8ECA224831C982

View file

@ -73,6 +73,9 @@ unlock or create.
* [Added fuzz tests](https://github.com/lightningnetwork/lnd/pull/7649) for
signature parsing and conversion.
* [Simplify fuzz tests](https://github.com/lightningnetwork/lnd/pull/7709)
using the `require` package.
## `lncli`
* Added ability to use [ENV variables to override `lncli` global flags](https://github.com/lightningnetwork/lnd/pull/7693). Flags will have preference over ENVs.