docs: update release notes

This commit is contained in:
Torkel Rogstad
2021-12-09 11:36:47 +01:00
parent 55617f153f
commit f51891da27

View File

@@ -5,6 +5,11 @@
* [Misconfigured ZMQ * [Misconfigured ZMQ
setup now gets reported](https://github.com/lightningnetwork/lnd/pull/5710). setup now gets reported](https://github.com/lightningnetwork/lnd/pull/5710).
## `lncli`
* Add [auto-generated command-line completions](https://github.com/lightningnetwork/lnd/pull/4177)
for Fish shell.
## Misc ## Misc
* [An example systemd service file](https://github.com/lightningnetwork/lnd/pull/6033) * [An example systemd service file](https://github.com/lightningnetwork/lnd/pull/6033)
@@ -20,4 +25,5 @@
# Contributors (Alphabetical Order) # Contributors (Alphabetical Order)
* Daniel McNally * Daniel McNally
* ErikEk * ErikEk
* Torkel Rogstad