docs: update release notes

This commit is contained in:
Matt Morehouse
2022-09-19 12:48:42 -05:00
parent 54474d5cd7
commit 179e7ceb08

View File

@@ -55,6 +55,9 @@ minimum version needed to build the project.
* [Update Tor module](https://github.com/lightningnetwork/lnd/pull/6526) to * [Update Tor module](https://github.com/lightningnetwork/lnd/pull/6526) to
allow the option to encrypt the private key on disk. allow the option to encrypt the private key on disk.
* [Fixed potential data race on funding manager
restart](https://github.com/lightningnetwork/lnd/pull/6929).
## `lncli` ## `lncli`
* [Add an `insecure` flag to skip tls auth as well as a `metadata` string slice * [Add an `insecure` flag to skip tls auth as well as a `metadata` string slice
flag](https://github.com/lightningnetwork/lnd/pull/6818) that allows the flag](https://github.com/lightningnetwork/lnd/pull/6818) that allows the
@@ -97,6 +100,7 @@ minimum version needed to build the project.
* ErikEk * ErikEk
* hieblmi * hieblmi
* Jesse de Wit * Jesse de Wit
* Matt Morehouse
* Olaoluwa Osuntokun * Olaoluwa Osuntokun
* Oliver Gugger * Oliver Gugger
* Priyansh Rastogi * Priyansh Rastogi